class RubyProf::Profile
def exclude_singleton_methods!(mod, *method_names)
def exclude_singleton_methods!(mod, *method_names) exclude_methods!(mod.singleton_class, *method_names) end
def exclude_singleton_methods!(mod, *method_names) exclude_methods!(mod.singleton_class, *method_names) end