class Fear::Extractor::Grammar::NilLiteral
Public Instance Methods
to_matcher()
click to toggle source
# File lib/fear/extractor/grammar.rb, line 120 def to_matcher ValueMatcher.new(value: nil, node: self) end