This commit is contained in:
Vincent Batts 2012-08-06 17:25:05 -04:00
parent e994597d42
commit 34514563b0

View file

@ -102,7 +102,6 @@ class Node
end
def to_h
@children
Hash[@children.map {|k, v| [k, v.to_h] }]
end
end