Building a Command Line OS X app with RubyMotion

I decided to write a command line tool with RubyMotion [http://rubymotion.com/] to visualise CGRects and NSRects from lldb [https://chen.do/blog/2013/10/04/visualising-rects-from-lldb/], but I quickly discovered that RubyMotion does not support this out of…

Running individual specs with RubyMotion

I'm testing parts of Shortcat [http://shortcatapp.com/] (which as of v0.4.0 is in Objective-C) with RubyMotion [http://www.rubymotion.com/], which is pretty nifty since I'm much more comfortable in Ruby than Objective-C and writing tests is…