# File lib/standard/facets/pathname/to_path.rb, line 24
  def to_path
    Pathname.new(join('/'))
  end