[lnkForumImage]
TotalShareware - Download Free Software

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


 

Ari Brown

5/31/2007 12:14:00 AM

I did a ri IRC just now, and it came up with a class document for
establishing IRC connections. Is there any better documentations for
that?

And, better yet, does anyone know of any documentation for Ruby-IRC?
Any other suggestions for ruby and IRC?

###############################
#bit wastage/fun for me, probably not for you
###############################
class Ending
attr_reader :name
def initialize(name)
@name = name
end
def sig
@sig = "-------------------------------------------|\nNietzsche is
my copilot"
end
end

ari = Ending.new(ari)
puts ari.name
puts ari.sig
---------------------------------
ari
bash-*nix $ -------------------------------------------|
Nietzsche is my copilot