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