Module: EacRubyBase0::Runner::Prepend
- Defined in:
- lib/eac_ruby_base0/runner/prepend.rb
Constant Summary collapse
- ERROR_EXIT_CODE =
113
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
8 9 10 11 12 13 14 15 16 |
# File 'lib/eac_ruby_base0/runner/prepend.rb', line 8 def run on_rescue_errors do if parsed.version? show_version else run_with_subcommand end end end |
#run_run ⇒ Object
18 19 20 |
# File 'lib/eac_ruby_base0/runner/prepend.rb', line 18 def run_run on_context { super } end |