[I’m just starting with Ruby, but “no one is too new”, so I dragged along ...]
Every tutorial and book I see goes from Ruby with an interactive shell to Ruby on Rails. I do not do Rails (yet), but I do not want to use an interactive shell. I have a class file (first_class.rb) and Main (main.rb). If I run main.rb, of course I get uninitialized constant FirstClass. How to tell ruby about first_class.rb?
source
share