That should be 'puts song.to_s'. Your program is creating the string, but doing nothing with it!
···
On 3 Sep 2006, at 17:16, Jeff Rohrer wrote:
Now the book states that if I type in this:
song = Song.new("Bicylops", "Fleck", 260)
song.to_sI should see this:
"Song: BicylopsFleck(260)"