class ActiveSupport::Callbacks::CallbackSequence

def invoke_after(arg)

def invoke_after(arg)
  @after.each { |a| a.call(arg) }
end