On 2002.09.16, Bruce Williams <bruce / codedbliss.com> wrote: > Is there a stylistic and/or technical reason that the ability to require > multiple libraries on one line, such as: > > require 'mysql', 'yaml', 'ftools' > > has never been implemented-- or is it planning to be? alias :old_require :require def require(*args) args.each { |libname| old_require libname } end require 'mysql', 'yaml', 'ftools' -- Dossy -- Dossy Shiobara mail: dossy / panoptic.com Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70)