Class: Tap::Http::Submit::FormNode
- Inherits:
-
Hash
- Object
- Hash
- Tap::Http::Submit::FormNode
- Defined in:
- lib/tap/http/submit.rb
Overview
A subclass of Hash used exclusively as the node for a form. Evidently a search method is necessary.
Instance Method Summary collapse
-
#search(*args) ⇒ Object
:nodoc:.
Instance Method Details
#search(*args) ⇒ Object
:nodoc:
76 |
# File 'lib/tap/http/submit.rb', line 76 def search(*args); []; end |