Class: PuppetMagnum::Cli
- Inherits:
-
Thor
- Object
- Thor
- PuppetMagnum::Cli
- Defined in:
- lib/puppet-magnum/cli.rb
Instance Method Summary collapse
Instance Method Details
#version ⇒ Object
11 12 13 |
# File 'lib/puppet-magnum/cli.rb', line 11 def version puts "puppet-magnum (#{PuppetMagnum::VERSION.chomp})" end |