# File lib/core/facets/module/instance_method_defined.rb, line 15 def singleton_method_defined?(meth) singleton_methods(true).find{ |m| m.to_sym == meth.to_sym } end