class EacRubyUtils::CommonConcern
def initialize(&after_callback)
def initialize(&after_callback) @after_callback = after_callback end
def setup(a_module)
def setup(a_module) ::EacRubyUtils::CommonConcern::ModuleSetup.new(self, a_module).run end
def initialize(&after_callback) @after_callback = after_callback end
def setup(a_module) ::EacRubyUtils::CommonConcern::ModuleSetup.new(self, a_module).run end