Module: Caliph::CommandLineExampleGroup::MockingExecute
- Defined in:
- lib/caliph/testing/mock-command-line.rb
Instance Method Summary collapse
Instance Method Details
#execute(command) ⇒ Object
40 41 42 |
# File 'lib/caliph/testing/mock-command-line.rb', line 40 def execute(command) Caliph::MockShell.execute(command) end |