Flowdock
method

select

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: HTML::Tag
select(selector, *values) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.