= private = protected
expand_path(*args)
See File.expand_path.
# File lib/pathname.rb, line 865 def expand_path(*args) self.class.new(File.expand_path(@path, *args)) end