Method: Autocuke::Runtime#stop!

Defined in:
lib/autocuke/runtime.rb

#stop!Object

Stops the EM reactor



65
66
67
# File 'lib/autocuke/runtime.rb', line 65

def stop!
  EM.stop
end