Module: OboeMethodProfiling
- Defined in:
- lib/method_profiling.rb
Overview
Copyright © 2013 AppNeta, Inc. All rights reserved.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
5 6 7 |
# File 'lib/method_profiling.rb', line 5 def self.included klass klass.extend ClassMethods end |