module URI::Hash

Public Instance Methods

to_uri() click to toggle source
# File lib/facets/uri.rb, line 197
def to_uri
  URI.hash_to_query(self)
end