Files
RubyMotion/test/Benchmark/cruby
2013-11-20 23:48:28 +09:00

8 lines
94 B
Ruby
Executable File

#!/usr/bin/env ruby
def autorelease_pool(&block)
block.call
end
load './app/benchmark.rb'