Module: BenchmarkMethod

Defined in:
lib/benchmark_method.rb,
lib/benchmark_method/version.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
10
11
# File 'lib/benchmark_method.rb', line 7

def self.included(base)
  base.class_eval do
    extend ClassMethods
  end
end