Method: Module#remove_possible_method
- Defined in:
- lib/cloudist/core_ext/module.rb
#remove_possible_method(method) ⇒ Object
2 3 4 5 |
# File 'lib/cloudist/core_ext/module.rb', line 2 def remove_possible_method(method) remove_method(method) rescue NameError end |