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