class TextEditor::Command::Quit

Public Instance Methods

run(*) click to toggle source
  # File lib/text_editor/command/quit.rb
4 def run(*)
5   editor.reactor.stop
6 end