class Evostream::CLI::Argument::Version
Argument
for display version
Constants
- KEY
Private Instance Methods
action()
click to toggle source
Calls superclass method
Evostream::CLI::Argument::Arg#action
# File lib/evostream/cli/option/version.rb, line 14 def action txt = <<~INFO ################################## # Ruby -- #{RUBY_VERSION} # Evostream::Event -- #{Evostream::VERSION} ################################## INFO $stdout.puts txt super end