Exception: SimpleCommander::CLI::UndefinedSCPath

Inherits:
StandardError
  • Object
show all
Defined in:
lib/simple_commander/cli.rb

Instance Method Summary collapse

Constructor Details

#initializeUndefinedSCPath

Returns a new instance of UndefinedSCPath.



12
13
14
15
16
17
18
19
# File 'lib/simple_commander/cli.rb', line 12

def initialize
  msg = "    You need to set a path to commander\n    use simple_commander init <path> or cd to\n    the folder you want and just simple_commander init\n  END\n  super(msg)\nend\n"