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