Method: Benchmarkable.included
- Defined in:
- lib/benchmarkable.rb
.included(klass) ⇒ Object
22 23 24 |
# File 'lib/benchmarkable.rb', line 22 def self.included(klass) klass.extend(ClassMethods) end |
22 23 24 |
# File 'lib/benchmarkable.rb', line 22 def self.included(klass) klass.extend(ClassMethods) end |