Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v4.1.8) is shown here.
select(selector, *values)
public
No documentation available.
# File actionview/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