# File lib/active_support/core_ext/module/remove_method.rb, line 2 def remove_possible_method(method) remove_method(method) rescue NameError end