class Fear::Extractor::Grammar::FalseLiteral

Public Instance Methods

to_matcher() click to toggle source
# File lib/fear/extractor/grammar.rb, line 114
def to_matcher
  ValueMatcher.new(value: false, node: self)
end