Skip to content

Instantly share code, notes, and snippets.

@kyrylo
Created March 13, 2013 11:41
Show Gist options
  • Select an option

  • Save kyrylo/5151327 to your computer and use it in GitHub Desktop.

Select an option

Save kyrylo/5151327 to your computer and use it in GitHub Desktop.
Crap that I constantly forget

Switching Rubinius modes:

  • 1.9 mode: RBXOPT=-X19 ruby foo.rb
  • 1.8 mode: RBXOPT=-X18 ruby foo.rb

Switching JRuby modes:

  • 1.9 mode: JRUBY_OPTS=--1.9 ruby foo.rb
  • 1.8 mode: JRUBY_OPTS=--1.8 ruby foo.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment