Exception: Leml::NoEditorError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/leml/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeNoEditorError

Returns a new instance of NoEditorError.



9
10
11
# File 'lib/leml/errors.rb', line 9

def initialize
  super("No editor, please set environment variable.\nex) EDITOR=vim bundle exec rake leml:edit")
end