Top "Learn-ruby-the-hard-way" questions

Learn Ruby the Hard Way is a free online book on the Ruby language for beginner programmers.

What is "Syntax Error, unexpected tCONSTANT" error in Ruby?

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-way
Ruby Name Error - Uninitialized constant

I am doing exercises and am getting NameError:Unitialized Constant MyUnitTests::Room when running test_ex47.rb. test_ex47.rb: …

ruby learn-ruby-the-hard-way
Ruby Basics: Pop Method in Array

I'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-way
Proper Assert_Raise Unit Testing and Use of Exception Class

I 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-way
Require command not working within bash irb on Snow Leopard

I 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