class Raykit::Timer

def elapsed

The elapsed time, in seconds, since the timer started
def elapsed
  Time.now - @start_time
end