method
select
v2.1.0 -
Show latest stable
- Class:
HTML::Tag
select(selector, *values)public
No documentation available.
# File actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb, line 821
def select(selector, *values)
selector = HTML::Selector.new(selector, values)
selector.select(self)
end