class Rails::Initializable::Initializer

def run(*args)

def run(*args)
  @context.instance_exec(*args, &block)
end