# File lib/pathname2.rb, line 587
   def parent
      self + ".." # Use our custom '+' method
   end