Skip to content

Instantly share code, notes, and snippets.

@mathias
Created October 15, 2012 21:41
Show Gist options
  • Save mathias/3895735 to your computer and use it in GitHub Desktop.
Save mathias/3895735 to your computer and use it in GitHub Desktop.
Don't jokingly put this in your app to make sure that you've booted up in JRuby
if defined? RUBY_ENGINE && RUBY_ENGINE == 'jruby'
`say jay roOoOoOoOoOob ee`
else
`say 'matz is nice so we are on on mri'`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment