instance method
remove_possible_method
Ruby on Rails 2.3.18
Since v2.3.18Signature
remove_possible_method(method)
No documentation comment.
Parameters
-
methodreq
Source
# File activesupport/lib/active_support/core_ext/module/remove_method.rb, line 2
def remove_possible_method(method)
remove_method(method)
rescue NameError
end
Defined in activesupport/lib/active_support/core_ext/module/remove_method.rb line 2
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Module