class Fear::Extractor::Grammar::DoubleQuotedStringLiteral
Public Instance Methods
to_matcher()
click to toggle source
# File lib/fear/extractor/grammar.rb, line 88 def to_matcher ValueMatcher.new(value: value, node: self) end
value()
click to toggle source
# File lib/fear/extractor/grammar.rb, line 92 def value YAML.safe_load(%(---\n"#{super}"\n)) end