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



29
30
31
# File 'lib/eac_ruby_base0/runner.rb', line 29

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

#show_versionObject



33
34
35
# File 'lib/eac_ruby_base0/runner.rb', line 33

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