class Fear::Extractor::Grammar::AnonymousArraySplat

Public Instance Methods

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