Source: show | on GitHub
# File activesupport/test/callbacks_test.rb, line 566 def second @history << "second" throw(:abort) end