From: Macario Ortega Date: 2008-10-28T12:58:18+09:00 Subject: Re: Named arguments gem Macario Ortega wrote: > Daniel Berger wrote: >> On Oct 27, 6:09�pm, Macario Ortega wrote: >>> >>> require 'named_arguments' >> Yes, of course. >> >>> Please add this line at the top: >>> Object.send( :include, NamedArguments ) >> >> This works fine. >> >>> If you get this error: >>> uninitialized constant NamedArguments >>> >>> named_arguments has not been required >>> >>> Please let me know how it goes. >> >> It doesn't work. >> >> Regards, >> >> Dan > > > I don't know why it doesn't work. Do the specs fail? > I will check tomorrow in a fresh machine. Right I think I know whats wrong. there is another gem named named_arguments 0.0.5 at ruby forge Mine is just hosted at github If you want to give it a try you have to downolad it from http://github.com/maca/namedarguments/tree/master/ and install acording to the Readme file. -- Posted via http://www.ruby-forum.com/.