Top Level Namespace
Defined Under Namespace
Classes: CssSelector
Instance Method Summary collapse
Instance Method Details
#CssSelector(html, selector) ⇒ Object
12 13 14 |
# File 'lib/css_selector.rb', line 12 def CssSelector(html, selector) CssSelector.new.parse(html, selector) end |