Method: Gloo::Verbs::Quit#run
- Defined in:
- lib/gloo/verbs/quit.rb
#run ⇒ Object
Run the verb.
We’ll mark the application as not running and let the engine stop gracefully next time through the loop.
20 21 22 |
# File 'lib/gloo/verbs/quit.rb', line 20 def run @engine.stop_running end |