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