Method: HTML5::TreeBuilders::Hpricot::Element::AttributeProxy#method_missing
- Defined in:
- lib/html5/treebuilders/hpricot.rb
#method_missing(*a, &b) ⇒ Object
108 109 110 |
# File 'lib/html5/treebuilders/hpricot.rb', line 108 def method_missing(*a, &b) @hpricot.attributes.send(*a, &b) end |