module SheepAst::UseMatchAlias

@private

Public Class Methods

new() click to toggle source
Calls superclass method SheepAst::FactoryBase::new
# File lib/sheep_ast/match/match_factory.rb, line 99
def initialize
  @match_factory = MatchFactory.new
  @match_factory.my_factory = T.cast(self, FactoryBase)
  super()
end