I use module to namespace the classes in my project. I found ib will not work on project having classes that is namespaced.
the parser will not work for classes that use module (this might be simply update the regex, or use ripper like Rubymotion itself)
even the parser work, i dont sure how the generated stub.m works (how Module::Class translated to objective-C interface? this might need to consult @lrz )
I use module to namespace the classes in my project. I found ib will not work on project having classes that is namespaced.