Selector.for_class(cls) → selector
Creates a new selector for the given class name.
# File action_controller/vendor/html-scanner/html/selector.rb, line 214 def for_class(cls) self.new([".?", cls]) end
<code/>
<pre/>
<code/>and<pre/>for code samples.