lib/codebreaker.rb in codebreaker_kub-0.1.3 vs lib/codebreaker.rb in codebreaker_kub-0.1.4
- old
+ new
@@ -4,6 +4,6 @@
require_relative 'codebreaker/validation'
require_relative 'codebreaker/version'
require 'i18n'
require 'open-uri'
require 'yaml'
-game = Codebreaker::Game.new
+game = Codebreaker::Output.new
\ No newline at end of file