Method: Cuboid::State::Application#statistics

Defined in:
lib/cuboid/state/application.rb

#statisticsObject



48
49
50
51
52
# File 'lib/cuboid/state/application.rb', line 48

def statistics
    {
      runtime: !!@runtime
    }
end