mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unused Hash#__update method.
This commit is contained in:
@@ -341,11 +341,6 @@ class Hash
|
||||
}
|
||||
self.replace(h)
|
||||
end
|
||||
|
||||
def __update(h)
|
||||
h.each_key{|k| self[k] = h[k]}
|
||||
self
|
||||
end
|
||||
end
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user