# File lib/core/facets/module/instance_methods.rb, line 23 def instance_method_defined?(meth) instance_methods(true).find{ |m| m == meth.to_s } end