Learn Ruby the Hard Way is a free online book on the Ruby language for beginner programmers.
I am currently on Lesson 9 in "Learn Ruby the hard way". I have typed the the line number 6 exactly as …
ruby learn-ruby-the-hard-wayI am doing exercises and am getting NameError:Unitialized Constant MyUnitTests::Room when running test_ex47.rb. test_ex47.rb: …
ruby learn-ruby-the-hard-wayI'm working my way through Learning Ruby the Hard Way online; I've just finished the 26th exercise which was a "…
arrays ruby learn-ruby-the-hard-wayI am working on Exercise 49 of Learn Ruby the Hard Way The exercise asks to write a unit test for …
ruby unit-testing assert assertraises learn-ruby-the-hard-wayI am working on Zed Shaw's Learn Ruby the Hard Way Exercise 25 http://ruby.learncodethehardway.org/ex25.html When I …
ruby irb learn-ruby-the-hard-way