method
new
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback::CallTemplate::MethodCall
new(method)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 338
def initialize(method)
@method_name = method
end