# File lib/standard/facets/pathname.rb, line 88
  def rootname
    self.class.new(File.rootname(to_s))
  end