Module: Appom::Performance::MethodInstrumentation
- Defined in:
- lib/appom/performance.rb
Overview
Performance-aware method wrapper
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
327 328 329 |
# File 'lib/appom/performance.rb', line 327 def self.included(klass) klass.extend(ClassMethods) end |