mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-11 11:39:09 +08:00
8 lines
105 B
Ruby
8 lines
105 B
Ruby
def hash_values(x)
|
|
x.report "values" do
|
|
100000.times do
|
|
$small_hash.values
|
|
end
|
|
end
|
|
end
|