From: Vincent Fourmond Date: 2006-09-23T21:24:15+09:00 Subject: Re: FileUtils.cp Hello ! > 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? include FileUtils Vince