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