mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-15 02:29:17 +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
|