mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-07 17:47:52 +08:00
8 lines
116 B
Ruby
8 lines
116 B
Ruby
def hash_fetch(x)
|
|
x.report "fetch" do
|
|
1000000.times do
|
|
$small_hash.fetch(:SlBkyplxcZ)
|
|
end
|
|
end
|
|
end
|