# File lib/pathname.rb, line 662
  def dirname() Pathname.new(File.dirname(@path)) end