working up

This commit is contained in:
Torsten Ruger
2014-08-15 18:27:32 +03:00
parent 0a7814a07b
commit b0a54cb8c2
2 changed files with 12 additions and 5 deletions

View File

@ -37,7 +37,7 @@ module Sof
output( io , val)
io.write(" ,") unless i == (attributes.length - 1)
end
io.puts ")"
io.write ")"
attributes.each_with_index do |a , i|
val = get_value(object , a)
next if is_value?(val)