Method: Benchmark::Job#list

Defined in:
lib/benchmark.rb

#listObject (readonly)

An array of 2-element arrays, consisting of label and block pairs.



347
348
349
# File 'lib/benchmark.rb', line 347

def list
  @list
end