Class: Superbot::Cloud::CLI::VersionCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/superbot/cloud/cli/version_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



7
8
9
# File 'lib/superbot/cloud/cli/version_command.rb', line 7

def execute
  puts Superbot::Cloud::VERSION
end