Method: HTML::Selector.for_class
- Defined in:
- lib/action_controller/vendor/html-scanner/html/selector.rb
.for_class(cls) ⇒ Object
214 215 216 |
# File 'lib/action_controller/vendor/html-scanner/html/selector.rb', line 214 def for_class(cls) self.new([".?", cls]) end |