module RubyProf::ExcludeCommonMethods

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

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