37 38 39
# File 'lib/brigadier.rb', line 37 def set_default_command(klass, block) @@default_command = Commands::Command.new(klass, block) end