lib/ep-codebreaker.rb in ep-codebreaker-0.1.2 vs lib/ep-codebreaker.rb in ep-codebreaker-0.2.0

- old
+ new

@@ -2,17 +2,5 @@ require 'yaml' require 'ep-codebreaker/version' require 'ep-codebreaker/player' require 'ep-codebreaker/game' - -module Codebreaker - MIN = 1 - MAX = 6 - LENGTH = 4 - - REGEXP = Regexp.new("^[#{MIN}-#{MAX}]{#{LENGTH}}$") - - TRIES = 10 - - private_constant :MIN, :MAX, :LENGTH, :REGEXP, :TRIES -end