# File lib/deep_test/ui/console.rb, line 62 62: def stop 63: @stop_time = Time.now 64: @thread.kill if @thread 65: show BACKSPACE 66: show("finished in %.2f seconds\n" % (@stop_time.to_f - @start_time.to_f)) 67: end