Class: Jun::CLI::Commands::Version
- Defined in:
- lib/jun/cli/commands/version.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#process(*args) ⇒ Object
7 8 9 |
# File 'lib/jun/cli/commands/version.rb', line 7 def process(*args) puts "Jun #{Jun::VERSION}" end |