Method: Utils::Editor#stop

Defined in:
lib/utils/editor.rb

#stopObject



140
141
142
# File 'lib/utils/editor.rb', line 140

def stop
  started? and edit_remote_send('<ESC>:qa<CR>')
end