Exception: BatchRename::Editor::EditorNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/batch_rename/editor/editor_not_found_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



5
6
7
# File 'lib/batch_rename/editor/editor_not_found_error.rb', line 5

def path
  @path
end

Instance Method Details

#messageObject



7
8
9
# File 'lib/batch_rename/editor/editor_not_found_error.rb', line 7

def message
  "Unable to launch \"#{ path }\"; is DiffMerge installed?"
end