[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Kernek#y prints \n

T. Onoma

11/12/2003 3:58:00 AM

strange...

class Whatever
...
def show
y self.to_yaml
end
end
s = Whatever.new
s.show

the print out shows a bunch of '\n' rather then actually making new lines. bug?