Am 13.06.2013 22:35, schrieb Eric D.: > I am trying to load a ruby program into irb and it will not load. > > i have tried typing: > > load ' personal_chef.rb' > > load 'personal_chef.rb ' why do you put whitespace in the path? try load 'personal_chef.rb' -- <https://github.com/stomar/>