Class: Rundoc::CodeCommand::BashRunnerFailOk
- Inherits:
-
BashRunner
- Object
- BashRunner
- Rundoc::CodeCommand::BashRunnerFailOk
- Defined in:
- lib/rundoc/code_command/bash.rb
Instance Attribute Summary
Attributes inherited from BashRunner
Instance Method Summary collapse
Methods inherited from BashRunner
#call, #initialize, #sanitize_escape_chars, #shell, #to_md
Constructor Details
This class inherits a constructor from Rundoc::CodeCommand::BashRunner
Instance Method Details
#raise_on_error? ⇒ Boolean
74 75 76 |
# File 'lib/rundoc/code_command/bash.rb', line 74 def raise_on_error? false end |