Class: CFTools::Shell
- Inherits:
-
CF::CLI
- Object
- CF::CLI
- CFTools::Shell
- Defined in:
- lib/tools-cf-plugin/shell.rb
Instance Method Summary collapse
Instance Method Details
#precondition ⇒ Object
7 |
# File 'lib/tools-cf-plugin/shell.rb', line 7 def precondition; end |
#shell ⇒ Object
10 11 12 |
# File 'lib/tools-cf-plugin/shell.rb', line 10 def shell binding.pry :quiet => true end |