[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Text::Format bug

Clifford Heath

9/17/2003 6:58:00 AM

$ ruby -v
ruby 1.8.0 (2003-08-04) [i686-linux]
$ ruby -e "require 'text/format'; Text::Format.new.paragraphs(' ')"
/usr/local/lib/ruby/site_ruby/1.8/text/format.rb:656:in `__paragraphs':
private method `chomp!' called for nil:NilClass (NoMethodError)
from /usr/local/lib/ruby/site_ruby/1.8/text/format.rb:884:in `paragraphs'
from -e:1

Any thoughts, Austin?

1 Answer

Clifford Heath

9/17/2003 8:22:00 AM

0

Text::Format is version 0.63 BTW.