mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-21 19:43:03 +08:00
9 lines
119 B
Ruby
9 lines
119 B
Ruby
def hash_each(x)
|
|
x.report "each" do
|
|
100000.times do
|
|
$small_hash.each do |k, v|
|
|
end
|
|
end
|
|
end
|
|
end
|