[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Fwd: Already stalled in Pick Axe book - could use some help

Derek Chesterfield

9/3/2006 4:29:00 PM

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_s
>
> I should see this:
>
> "Song: BicylopsFleck(260)"

That should be 'puts song.to_s'. Your program is creating the string,
but doing nothing with it!