class method
self.method_added
Ruby on Rails 7.2.3
Since v7.2.3 Last seen in v7.2.3Signature
self.method_added(_method_name)
No documentation comment.
Parameters
-
_method_namereq
Source
# File railties/lib/rails/console/methods.rb, line 10
def self.method_added(_method_name)
raise_deprecation_warning
super
end
Defined in railties/lib/rails/console/methods.rb line 10
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::ConsoleMethods