mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-02 09:31:37 +08:00
8 lines
94 B
Ruby
Executable File
8 lines
94 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
def autorelease_pool(&block)
|
|
block.call
|
|
end
|
|
|
|
load './app/benchmark.rb'
|