class ActiveSupport::Callbacks::CallbackSequence

def initialize(&call)

def initialize(&call)
  @call = call
  @before = []
  @after = []
end