ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> ruby-talk
ruby-talk
Re: require an entire package?
by Juston other posts by this author
Jul 1 2009 3:58PM messages near this date
Re: require an entire package? | Re: require an entire package?
I had tried two or three things really similar but couldn't quite get
it right
     #Dir.each("../Modifier") { |mod| require mod}

I wound up using a modified version of your suggestion:
    Dir.glob("../Modifier/*/*.rb").each {|modifier| require modifier}


This will save me a lot of time and maintenance, thanks!
Thread:
Juston
Michael Linfield
Michael Linfield
Juston
Gary Chris
David A. Black

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved