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



56
57
58
# File 'lib/stackprofiler/run_data_source.rb', line 56

def runs
  RUNS
end