class Fear::Extractor::Grammar::Identifier

Public Instance Methods

to_matcher() click to toggle source
# File lib/fear/extractor/grammar.rb, line 132
def to_matcher
  IdentifierMatcher.new(name: value, node: self)
end
value() click to toggle source
# File lib/fear/extractor/grammar.rb, line 136
def value
  text_value.to_sym
end