HipByte / RubyMotionSamples

A collection of RubyMotion applications for code samples.
http://www.rubymotion.com
1.21k stars 341 forks source link

Make singleton thread-safe #32

Closed wndxlori closed 11 years ago

wndxlori commented 11 years ago

Update using the thread-safe Singleton pattern as described:

http://blog.rubymotion.com/post/31917526853/rubymotion-gets-ios-6-iphone-5-debugger

alloy commented 11 years ago

Thanks!