class Fear::Extractor::ValueMatcher

Match against values – true, false, 1, “foo” etc.

Public Instance Methods

bindings(_) click to toggle source
# File lib/fear/extractor/value_matcher.rb, line 14
def bindings(_)
  Utils::EMPTY_HASH
end
defined_at?(arg) click to toggle source

@!attribute value

@return [Any]
# File lib/fear/extractor/value_matcher.rb, line 10
def defined_at?(arg)
  value === arg
end