Sha256: e614fbae816023d7ea85c30bc4e7577e91abda79dde0138a97e2224a212131e0

Contents?: true

Size: 575 Bytes

Versions: 4

Compression:

Stored size: 575 Bytes

Contents

From: /home/bo/rubypr/codebreaker/lib/codebreaker/console.rb:95 Console#game_process:

     91: def game_process
     92:   if !game.used_attempts.nil? && !game.used_attempts.zero?
     93:     game_actions
     94:   else
 =>  95:     binding.pry
     96:     p 'attempts finished'
     97:     lose
     98:     new_process
     99:   end
    100: end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
codebreaker_bo-0.1.7 s
codebreaker_bo-0.1.6 s
codebreaker_bo-0.1.5 s
codebreaker_bo-0.1.4 s