module RubyProf::ExcludeCommonMethods

def self.exclude_singleton_methods(profile, mod, *method_or_methods)

def self.exclude_singleton_methods(profile, mod, *method_or_methods)
  profile.exclude_singleton_methods!(mod, method_or_methods)
end