Methods
S
Instance Public methods
second()
# File activesupport/test/callbacks_test.rb, line 566
def second
  @history << "second"
  throw(:abort)
end