10-12-2009, 09:39 PM
My bad.
I did a straight copy of what you previously posted and just added the quotes to the filename as needed. The call doesn't have a '$' dollar sign so it should read as:
Book_Scroll.new('missing.txt', 2, 1, 255, 100)
It is looking for a new method called $Book_Scroll where one does not exist. But if you get rid of the '$', everything should be fine.
I did a straight copy of what you previously posted and just added the quotes to the filename as needed. The call doesn't have a '$' dollar sign so it should read as:
Book_Scroll.new('missing.txt', 2, 1, 255, 100)
It is looking for a new method called $Book_Scroll where one does not exist. But if you get rid of the '$', everything should be fine.