Class: Rounders::Commands::GlobalCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/rounders/commands/global_command.rb

Instance Method Summary collapse

Instance Method Details

#versionObject



23
24
25
# File 'lib/rounders/commands/global_command.rb', line 23

def version
  puts Rounders::VERSION
end