Method: CodebreakerRuban::Message.wrong_command

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

.wrong_commandObject



34
35
36
# File 'lib/app/entities/message.rb', line 34

def wrong_command
  puts I18n.t(:wrong_command)
end