From: Brian Takita Date: 2005-07-26T02:01:02+09:00 Subject: Re: require fails the first time called and works the second time AFAICT the problem is that I did not have a file named dataview.rb in my library folder. To solve this issue, I created a dataview.rb file that contains: > require 'data_view' Now I can require 'dataview', instead of require 'data_view' to use this library.