# File lib/pathname.rb, line 832
  def expand_path(*args) self.class.new(File.expand_path(@path, *args)) end