Skip to content

Instantly share code, notes, and snippets.

@edgar
Forked from wprater/ruby_motion.py
Created June 20, 2013 19:52
Show Gist options
  • Save edgar/5826044 to your computer and use it in GitHub Desktop.
Save edgar/5826044 to your computer and use it in GitHub Desktop.
from ruby import Linter
CONFIG = {
'language': 'RubyMotion',
'executable': '/Library/RubyMotion/bin/ruby',
'lint_args': '-wc'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment