class Commands::VersionCommand

Public Instance Methods

enact(client) click to toggle source
# File lib/commands.rb, line 1063
def enact(client)
  logger.puts "Version #{ELASTIC_MAPREDUCE_CLIENT_VERSION}"
end