mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-22 11:46:10 +08:00
6 lines
88 B
Ruby
6 lines
88 B
Ruby
def bm_symbol
|
|
Benchmark.benchmark("", 30, "%r\n") do |x|
|
|
symbol_to_s(x)
|
|
end
|
|
end
|