GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Touch RDoc of LoadClasses bootloder.
Sat Jul 19 16:59:01 -0700 2008
commit  34c74cd715bfa156ef9c4f6c13b5aeca9bc24512
tree    b6e498a78c54183e2d9a00ccfda4142326367672
parent  fd71f5c9b1454ee6f8f41e473e00fc3731cc485a
...
431
432
433
434
 
 
435
436
437
...
431
432
433
 
434
435
436
437
438
0
@@ -431,7 +431,8 @@ class Merb::BootLoader::LoadClasses < Merb::BootLoader
0
     private
0
 
0
     # "Better loading" of classes. If a class fails to load due to a NameError
0
- # it will be added to the failed_classs stack.
0
+ # it will be added to the failed_classes and load cycle will be repeated unless
0
+ # no classes load.
0
     #
0
     # ==== Parameters
0
     # klasses<Array[Class]>:: Classes to load.

Comments

    No one has commented yet.