public
Description: Augment is a system for gathering metadata from code and displaying it.
Homepage: http://augment.rubyforge.org
Clone URL: git://github.com/technomancy/augment.git
fixed a backend bug
technomancy (author)
Wed Oct 01 10:23:56 -0700 2008
commit  41f308e4b3b7455b8ba6df19e1283876fb5cbeba
tree    3331b62a129a925b226befb796bbb4c74bcecbfd
parent  2f6bd642f2cc9f83a96b0a9f32f8cfed5e6f3f6b
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@ require 'fileutils'
0
 #
0
 class Backend
0
   def self.layers
0
- @@layers ||= Hash.new { |h,k| h[k] = [] }
0
+ @layers ||= Hash.new { |h,k| h[k] = [] }
0
   end
0
   
0
   def self.run(file)

Comments

    No one has commented yet.