Exception: Appraisal::OreNotAvailableError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/appraisal/errors.rb

Overview

Raises when ore-light gem manager is requested but not installed.

Instance Method Summary collapse

Instance Method Details

#messageObject



13
14
15
16
# File 'lib/appraisal/errors.rb', line 13

def message
  "ore-light is not installed or not in PATH. " \
    "Install from: https://github.com/contriboss/ore-light"
end