Class: MOSAIK::Commands::Version

Inherits:
MOSAIK::Command show all
Defined in:
lib/mosaik/commands/version.rb

Overview

Show the current application version

Instance Method Summary collapse

Methods inherited from MOSAIK::Command

#validate

Instance Method Details

#callObject



11
12
13
# File 'lib/mosaik/commands/version.rb', line 11

def call
  info "MOSAIK #{MOSAIK::VERSION}"
end