for_class(cls)
Creates a new selector for the given class name.
# File actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb, line 216 def for_class(cls) self.new([".?", cls]) end