Help With Arrays
Hi, I'm trying to get the example on page 22, chapter 1, "Beginning Ruby on Rails". The example is arrays.rb. When I run the program, I get a warning on the first line, "warning: already initialized constant Array. I also get an error on line five, arrays.rb5: undefined method "new" for Array <NoMethodError>. Any ideas? Is this telling me that the method new is not available in Instant Rails?
-Crippy
|