Class: Superbot::Local::CLI::VersionCommand

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

Instance Method Summary collapse

Instance Method Details

#executeObject



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

def execute
  puts Superbot::Local::VERSION
end