Module: EacRubyBase0::Runner

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

Defined Under Namespace

Modules: Contexts, Prepend

Instance Method Summary collapse

Instance Method Details

#application_versionObject



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

def application_version
  runner_context.call(:application).version.to_s
end

#show_versionObject



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

def show_version
  out("#{application_version}\n")
end