Looks like the class needs the end. But, I only took a quick look.
-GregD
···
----- Original Message -----
From: "Kaushik Sharma L." <lists@ruby-forum.com>
To: "ruby-talk ML" <ruby-talk@ruby-lang.org>
Sent: Wednesday, September 26, 2012 3:13:49 PM
Subject: Need Help With This Ruby Program!!
I am attaching my '.rb' file. Please check it. I am getting an error-
Thank You Peter, I was able to rectify it and complete that part of
code.
I need a help.. I am attaching my '.rb' file. I installed the 'Sunlight'
gem
in my through my terminal, but when I am running the dependencies file I
am receiving the error..
"C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
`require': cannot load such file -- sunlight (LoadError)
from
C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'
from C:/Ruby193/bin/rubysrc/Event_Manager/event_manager.rb:3:in
`<main>'"
how to rectify it? please help me!
Peter Hickman wrote in post #1077673:
···
The problem is the clean_number method and the print_numbers method
and the class as a whole (there are 3 ends missing in all)