Method: CodebreakerRuban::Message.choice_option
- Defined in:
- lib/app/entities/message.rb
.choice_option(stats, rules, start, exit) ⇒ Object
26 27 28 |
# File 'lib/app/entities/message.rb', line 26 def choice_option(stats, rules, start, exit) puts I18n.t(:choice_option, stats: stats, rules: rules, start: start, exit: exit) end |