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.
16 17 18 19 20 21 22 23 24 25 |
# File 'lib/simple_commander/cli.rb', line 16 def initialize msg = "You need to set a path to commander\nuse simple_commander init <path> or cd to\nthe folder you want to use an repo for your \nsimple commander scripts and run \nsimple_commander init\n END\n super(msg)\nend\n" |