mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-07 22:42:10 +08:00
9 lines
143 B
Ruby
9 lines
143 B
Ruby
def hash_delete(x)
|
|
small_hash = $small_hash.dup
|
|
x.report "delete" do
|
|
1000000.times do
|
|
small_hash.delete(:jaWa)
|
|
end
|
|
end
|
|
end
|