# File lib/fssm/pathname.rb, line 473
    def read(len = nil, off = 0)
      IO.read(self, len, off)
    end