From: Eero Saynatkari Date: 2006-09-24T11:25:31+09:00 Subject: Re: FileUtils.cp Michael P. Soulier wrote: > Hey, > > It's great to see that FileUtils has Unix friendly methods, so it feels > like > working in the shell. However, I'd prefer to just type cp and not > FileUtils.cp. Is there a way to import those methods into Kernel so I > don't > have to qualify them all? FileUtils is a module so you can #include or #extend. -- Posted via http://www.ruby-forum.com/.