Module: EacRubyBase0::Runner::Prepend

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

Instance Method Summary collapse

Instance Method Details

#runObject



13
14
15
16
17
18
19
# File 'lib/eac_ruby_base0/runner/prepend.rb', line 13

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

#run_runObject



21
22
23
# File 'lib/eac_ruby_base0/runner/prepend.rb', line 21

def run_run
  on_context { super }
end