class Fear::Extractor::Grammar::StringLiteral

Public Instance Methods

to_matcher() click to toggle source
# File lib/fear/extractor/grammar.rb, line 76
def to_matcher
  ValueMatcher.new(value: value, node: self)
end
value() click to toggle source
# File lib/fear/extractor/grammar.rb, line 80
def value
  elements[1].text_value
end