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