Class: Moonshot::Commands::Version
- Inherits:
-
Moonshot::Command
- Object
- Moonshot::Command
- Moonshot::Commands::Version
- Defined in:
- lib/moonshot/commands/version.rb
Instance Method Summary collapse
Methods inherited from Moonshot::Command
Instance Method Details
#execute ⇒ Object
9 10 11 |
# File 'lib/moonshot/commands/version.rb', line 9 def execute puts Gem.loaded_specs['moonshot'].version end |