lib/codebreaker/output.rb in codebreaker_kub-0.1.7 vs lib/codebreaker/output.rb in codebreaker_kub-0.1.8
- old
+ new
@@ -66,9 +66,13 @@
def wrong_difficulty
puts I18n.t(:wrong_difficulty)
end
+ def enter_guess
+ puts I18n.t(:enter_guess)
+ end
+
def wrong_input
puts I18n.t(:wrong_input)
end
def win