Skip to content

Instantly share code, notes, and snippets.

@brianpattison
Created May 19, 2013 14:16
Show Gist options
  • Select an option

  • Save brianpattison/5607778 to your computer and use it in GitHub Desktop.

Select an option

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