Class: Hermeneutics::Cgi::Data::UrlEnc

Inherits:
Plain
  • Object
show all
Defined in:
lib/hermeneutics/cgi.rb

Instance Attribute Summary

Attributes inherited from Plain

#data

Instance Method Summary collapse

Methods inherited from Plain

#initialize

Constructor Details

This class inherits a constructor from Hermeneutics::Cgi::Data::Plain

Instance Method Details

#parse(&block) ⇒ Object



189
190
191
# File 'lib/hermeneutics/cgi.rb', line 189

def parse &block
  URLText.decode_hash @data, &block
end