fix simple array

This commit is contained in:
Torsten Ruger
2014-08-14 20:24:26 +03:00
parent 2f5ed43073
commit 85dad14cc8
5 changed files with 13 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ module Sof
@root = root
@counter = 1
@objects = {}
add(root ,0 )
add(root , 0)
end
attr_reader :objects , :root