fixing array tests, seperated nodes into different types

This commit is contained in:
Torsten Ruger
2014-08-16 11:43:41 +03:00
parent 7f7a174554
commit 2f84c0dfa6
4 changed files with 35 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ module Sof
def write
node = to_sof_node(@members.root)
io = StringIO.new
node.out( io )
node.out( io , 0 )
io.string
end