moving (back) to 1.9 style hash, clearer that it is an association. didnt like the double colon
This commit is contained in:
@ -16,7 +16,7 @@ module Sof
|
||||
io.write "\n#{indent}" unless i == 0
|
||||
io.write "-"
|
||||
key.out(io , level + 1)
|
||||
io.write ": "
|
||||
io.write " => "
|
||||
val.out(io , level + 1)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user