Files
RubyMotion/test/Benchmark/app/benchmark/symbol.rb
2014-01-27 09:56:13 +09:00

6 lines
88 B
Ruby

def bm_symbol
Benchmark.benchmark("", 30, "%r\n") do |x|
symbol_to_s(x)
end
end