module SheepAst::UseActionAlias

TBD

Public Class Methods

new() click to toggle source
Calls superclass method SheepAst::FactoryBase::new
# File lib/sheep_ast/action/action_factory.rb, line 61
def initialize
  @action_factory = ActionFactory.new
  @action_factory.my_factory = self
  application_error '@data_store is necessary' if data_store.nil?
  @action_factory.data_store = @data_store
  @action_factory.analyzer_core = @analyzer_core
  super()
end