class Fast::Maybe

True if the node does not exist When exists, it should match.

Public Instance Methods

match?(node) click to toggle source
Calls superclass method Fast::Find#match?
# File lib/fast.rb, line 668
def match?(node)
  node.nil? || super
end