From: Phillip Gawlowski Date: 2010-10-09T03:22:10+09:00 Subject: Re: require error On Fri, Oct 8, 2010 at 7:59 PM, Paul Roche wrote: > Hi, I'm getting the following error....... > > > internal:lib/rubygems/custom_require>:28:in `require': wrong number of > arguments (2 for 1) (ArgumentError) > > it corresponds to this line in my code.... > > require 'animals', 'csv' > > > Any idea what's going on? You didn't read the error message. You handed a method 2 arguments where 1 was expected, so the method complains about it. -- Phillip Gawlowski Though the folk I have met, (Ah, how soon!) they forget When I've moved on to some other place, There may be one or two, When I've played and passed through, Who'll remember my song or my face.