mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-12 11:20:24 +08:00
9 lines
128 B
Ruby
9 lines
128 B
Ruby
def hash_each_key(x)
|
|
x.report "each_key" do
|
|
100000.times do
|
|
$small_hash.each_key do |k|
|
|
end
|
|
end
|
|
end
|
|
end
|