class Fear::Extractor::Grammar::EmptyArray

Public Instance Methods

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