Exception: SimpleCommander::CLI::UndefinedSCPath
- Defined in:
- lib/simple_commander/cli.rb
Instance Method Summary collapse
-
#initialize ⇒ UndefinedSCPath
constructor
A new instance of UndefinedSCPath.
Constructor Details
#initialize ⇒ UndefinedSCPath
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" |