Method: CodebreakerRuban::Message.show_secret_code

Defined in:
lib/app/entities/message.rb

.show_secret_code(secret_code) ⇒ Object



86
87
88
# File 'lib/app/entities/message.rb', line 86

def show_secret_code(secret_code)
  puts I18n.t(:show_secret_code, secret_code: secret_code)
end