Module URI::Hash
In: lib/more/facets/uri.rb

Methods

to_uri  

Public Instance methods

[Source]

     # File lib/more/facets/uri.rb, line 235
235:     def to_uri
236:       URI.hash_to_query(self)
237:     end

[Validate]