Module: Profiler
- Defined in:
- lib/simple-profiler.rb
Defined Under Namespace
Modules: ObjectExt
Class Method Summary collapse
Class Method Details
.profile(clazz, method) ⇒ Object
27 28 29 30 31 |
# File 'lib/simple-profiler.rb', line 27 def self.profile(clazz, method) clazz.instance_eval do profile method end end |