mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-27 00:08:55 +08:00
8 lines
107 B
Ruby
8 lines
107 B
Ruby
def hash_flatten(x)
|
|
x.report "flatten" do
|
|
10000.times do
|
|
$small_hash.flatten
|
|
end
|
|
end
|
|
end
|