Method: Codebreaker::Console#show_all_achievements
- Defined in:
- lib/codebreaker_gem/codebreaker.rb
#show_all_achievements ⇒ Object
67 68 69 70 71 72 |
# File 'lib/codebreaker_gem/codebreaker.rb', line 67 def show_all_achievements puts 'Achievements table' @game.read_achievements.each do |line| puts line end end |