Method: Benchmark::Job#list

Defined in:
lib/benchmark.rb

#listObject (readonly)

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



375
376
377
# File 'lib/benchmark.rb', line 375

def list
  @list
end