class Fear::Extractor::Grammar::TrueLiteral

Public Instance Methods

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