Module: URI::Hash

Included in:
Hash
Defined in:
lib/standard/facets/uri.rb

Instance Method Summary collapse

Instance Method Details

#to_uriObject



26
27
28
# File 'lib/standard/facets/uri.rb', line 26

def to_uri
  URI.hash_to_query(self)
end