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_version ⇒ Object
29
30
31
|
# File 'lib/eac_ruby_base0/runner.rb', line 29
def application_version
runner_context.call(:application).version.to_s
end
|
#show_version ⇒ Object
33
34
35
|
# File 'lib/eac_ruby_base0/runner.rb', line 33
def show_version
out("#{application_version}\n")
end
|