Class: Mooncell::CLI::Commands::Version Private

Inherits:
Base
  • Object
show all
Defined in:
lib/mooncell/cli/commands/version.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Command to response version

Since:

  • 0.1.0

Instance Method Summary collapse

Methods inherited from Base

inherited, register

Instance Method Details

#callObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.1.0



13
14
15
# File 'lib/mooncell/cli/commands/version.rb', line 13

def call(*)
  puts "v#{Mooncell::VERSION}"
end