Methods
S
T
Attributes
[R] result
Instance Public methods
save()
# File activesupport/test/callbacks_test.rb, line 314
def save
  run_callbacks :save do
    :running
  end
end
tweedle_1()
# File activesupport/test/callbacks_test.rb, line 306
def tweedle_1
  :tweedle_1
end
tweedle_2()
# File activesupport/test/callbacks_test.rb, line 310
def tweedle_2
  :tweedle_2
end
tweedle_dum()
# File activesupport/test/callbacks_test.rb, line 302
def tweedle_dum
  @result = yield
end