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