Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v4.1.8) is shown here.
for_class(cls)
public
Creates a new selector for the
given class name.
# File actionview/lib/action_view/vendor/html-scanner/html/selector.rb, line 216
def for_class(cls)
self.new([".?", cls])
end