mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-19 13:09:23 +08:00
8 lines
148 B
Ruby
8 lines
148 B
Ruby
def hash_values_at(x)
|
|
x.report "values_at" do
|
|
1000000.times do
|
|
$small_hash.values_at(700648627, 639030613, 471761289)
|
|
end
|
|
end
|
|
end
|