Class | Module |
In: |
lib/dbus/core_ext/module/remove_method.rb
|
Parent: | Object |
copied from activesupport/core_ext from Rails, MIT license
# File lib/dbus/core_ext/module/remove_method.rb, line 8 def redefine_method(method, &block) remove_possible_method(method) define_method(method, &block) end