class Fear::Extractor::Grammar::AnyIdentifier

Public Instance Methods

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