The elapsed time, in seconds, since the timer started
16 17 18
# File 'lib/raykit/timer.rb', line 16 def elapsed Time.now - @start_time end