Module: EacRubyBase0::Runner::Prepend

Defined in:
lib/eac_ruby_base0/runner/prepend.rb

Constant Summary collapse

SYSTEM_STACK_ERROR_FILE =
'system_stack_error'

Instance Method Summary collapse

Instance Method Details

#runObject



15
16
17
18
19
20
21
22
23
# File 'lib/eac_ruby_base0/runner/prepend.rb', line 15

def run
  on_rescue_stack_overflow do
    if parsed.version?
      show_version
    else
      run_with_subcommand
    end
  end
end

#run_runObject



25
26
27
# File 'lib/eac_ruby_base0/runner/prepend.rb', line 25

def run_run
  on_context { super }
end