Method: Summon::Benchmark#initialize
- Defined in:
- lib/summon/benchmark.rb
#initialize ⇒ Benchmark
Returns a new instance of Benchmark.
6 7 8 |
# File 'lib/summon/benchmark.rb', line 6 def initialize @timings = [] end |
Returns a new instance of Benchmark.
6 7 8 |
# File 'lib/summon/benchmark.rb', line 6 def initialize @timings = [] end |