class Superbot::CLI::VersionCommand

Public Instance Methods

execute() click to toggle source
# File lib/superbot/cli/version_command.rb, line 6
def execute
  puts Superbot::VERSION
end