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