class method
self.new
Ruby on Rails 7.1.6
Since v7.0.10 Last seen in v7.1.6Available in: v7.0.10 v7.1.6
Signature
self.new(method)
No documentation comment.
Parameters
-
methodreq
Source
# File activesupport/lib/active_support/callbacks.rb, line 380
def initialize(method)
@method_name = method
end
Defined in activesupport/lib/active_support/callbacks.rb line 380
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Callbacks::CallTemplate::MethodCall