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
| 6 | # File 'lib/tools-cf-plugin/shell.rb', line 6 def precondition; end | 
#shell ⇒ Object
| 9 10 11 | # File 'lib/tools-cf-plugin/shell.rb', line 9 def shell binding.pry :quiet => true end |