Parent

Methods

Class/Module Index [+]

Quicksearch

HTML::Tag

Public Instance Methods

select(selector, *values) click to toggle source
# File 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.