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