class ActiveSupport::Callbacks::CallbackSequence

def invoke_before(arg)

def invoke_before(arg)
  @before.each { |b| b.call(arg) }
end