Class: Stackprofiler::RunDataSource

Inherits:
Object
  • Object
show all
Defined in:
lib/stackprofiler/run_data_source.rb

Constant Summary collapse

RUNS =
[]

Class Method Summary collapse

Class Method Details

.runsObject



62
63
64
# File 'lib/stackprofiler/run_data_source.rb', line 62

def runs
  RUNS
end