Sha256: 17ed73d7bf4e695b45ea5a9047edc1e0c21a1cb2c656746747e91c42cc8be6d3
Contents?: true
Size: 285 Bytes
Versions: 46
Compression:
Stored size: 285 Bytes
Contents
current_valuation = 0 MyDashboard.scheduler.every '2s' do last_valuation = current_valuation current_valuation = rand(100) MyDashboard.send_event('valuation', { current: current_valuation, last: last_valuation }) MyDashboard.send_event('synergy', { value: rand(100) }) end
Version data entries
46 entries across 23 versions & 1 rubygems