Method: RBench::Runner#initialize

Defined in:
lib/rbench/runner.rb

#initialize(times) ⇒ Runner

Returns a new instance of Runner.



5
6
7
8
9
10
# File 'lib/rbench/runner.rb', line 5

def initialize(times)
  @width = 0
  @times = times
  @columns = []
  @items = []
end