diff --git a/thing.rb b/thing.rb index a19e529..b583e99 100644 --- a/thing.rb +++ b/thing.rb @@ -102,7 +102,6 @@ class Node end def to_h - @children Hash[@children.map {|k, v| [k, v.to_h] }] end end