# File lib/pathname.rb, line 668
  def expand_path(*args) Pathname.new(File.expand_path(@path, *args)) end