# File lib/extlib/pathname.rb, line 12
  def /(path)
    (self + path).expand_path
  end