Skip to content

Instantly share code, notes, and snippets.

@brianpattison
Created May 19, 2013 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianpattison/5607778 to your computer and use it in GitHub Desktop.
Save brianpattison/5607778 to your computer and use it in GitHub Desktop.
RubyMotion precompile error
# Error!
someiOSObject.send(:someMethod)
# No error!
someiOSObject.someMethod
someiOSObject.send(:someMethod)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment