Konstantin Saveljev
Results
2
issues of
Konstantin Saveljev
Here is a problem: current = [1, 2, 3, 4, 5] we are asked to get "3" from current expected solution (by design) would be current[2] but if we input...
bug
``` ruby Write ruby code to find the following value (or enter NEW for a new challenge): 415 [1] rubies(main)> self.freeze => # /usr/local/lib/ruby/gems/2.1.0/gems/rubies-0.1.1/lib/rubies/game.rb:80:in `itswrong': can't modify frozen Rubies::Game (RuntimeError)...
bug