[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Re: Ruby speaks languages and wishes you a happy new year

Ezra Zygmuntowicz

1/1/2006 9:58:00 PM


On Jan 1, 2006, at 5:37 AM, Mauricio Fernandez wrote:

> instance_eval do |x| require 'zlib'; x2 = x.gsub(/[ \n]+/,"")
> eval(Zlib::Inflate.inflate(x2[6,x2[0,6].to_i].unpack("m*")[0])).call
> (x)
> end
> # Copyright (C) 2005,2006 Mauricio Fernandez <mfp@acm.org>
> # http://eige...
>
> __END__


Very Cool Mauricio. Thank you! Happy new year to all you fine rubyists!

Cheers-
-Ezra