Class: Tap::Mechanize::Agent::FormNode
- Inherits:
-
Hash
- Object
- Hash
- Tap::Mechanize::Agent::FormNode
- Defined in:
- lib/tap/mechanize/agent.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:
70 |
# File 'lib/tap/mechanize/agent.rb', line 70 def search(*args); []; end |