Remove unused `Hash#__update` method.

parent 3554fc54
......@@ -341,11 +341,6 @@ class Hash
}
self.replace(h)
end
def __update(h)
h.each_key{|k| self[k] = h[k]}
self
end
end
##
......
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