Flowdock
method

select

Importance_0
v3.2.8 - Show latest stable - 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 actionpack/lib/action_controller/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.