[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Configuration Options in a new gem

Peer Allan

5/7/2007 10:12:00 PM

Hi all,

I am learning how to create my own gems today, but I have not been able
to find out how to configure the gem to accept configuration arguments.
If that didn't make any sense let me show you what I mean

In my gem I have a base class:

Module MyGem
class Base
def do_thing

end
end
end

--
Posted via http://www.ruby-....