# File lib/fssm/pathname.rb, line 392
    def expand_path(from = nil)
      self.class.new(File.expand_path(self, from))
    end