Fixed a bug in #4034

parent b22bde65
......@@ -196,7 +196,7 @@ class Hash
i=0
while i<size
k=keys[i]
ary<<(k._inspect + "=>" + self[k]._inspect)
ary<<(k._inspect(recur_list) + "=>" + self[k]._inspect(recur_list))
i+=1
end
"{"+ary.join(", ")+"}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment