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.
match(conditions)
public
Returns false (subclasses must override this to provide specific matching
behavior.) conditions may be of any type.
# File actionview/lib/action_view/vendor/html-scanner/html/node.rb, line 81
def match(conditions)
false
end