# File lib/mini_profiler/profiling_methods.rb, line 116 def unprofile_singleton_method(klass, method) unprofile_method(singleton_class(klass), method) end