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



8
9
10
11
12
13
14
15
16
# File 'lib/eac_ruby_base0/runner/prepend.rb', line 8

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

#run_runObject



18
19
20
# File 'lib/eac_ruby_base0/runner/prepend.rb', line 18

def run_run
  on_context { super }
end