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