derp
This commit is contained in:
parent
e994597d42
commit
34514563b0
1 changed files with 0 additions and 1 deletions
1
thing.rb
1
thing.rb
|
@ -102,7 +102,6 @@ class Node
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_h
|
def to_h
|
||||||
@children
|
|
||||||
Hash[@children.map {|k, v| [k, v.to_h] }]
|
Hash[@children.map {|k, v| [k, v.to_h] }]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue