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
If someone can figure out why this is already defined, please let me know
wycats (author)
Wed Jul 23 17:26:39 -0700 2008
commit  7cb2d479de25ea46661584b0b636810b0def0f01
tree    496e3a357f4241ac94faf3c561603fb47de1a168
parent  901ec3fa2617ffe39f70347ac749a1a64f261903
...
60
61
62
63
 
64
65
66
...
60
61
62
 
63
64
65
66
0
@@ -60,7 +60,7 @@ module Merb
0
       :warn  => 4,
0
       :info  => 3,
0
       :debug => 0
0
-    }
0
+    } unless const_defined?(:Levels)
0
 
0
     private
0
 

Comments