Skip to content

Instantly share code, notes, and snippets.

@brixen
Created September 4, 2009 20:59
Show Gist options
  • Select an option

  • Save brixen/181127 to your computer and use it in GitHub Desktop.

Select an option

Save brixen/181127 to your computer and use it in GitHub Desktop.
gauss:rubinius brian$ ruby1.9 -e 'p RUBY_VERSION; RUBY_VERSION = "1.8.6"; p RUBY_VERSION'
"1.9.2"
-e:1: warning: already initialized constant RUBY_VERSION
"1.8.6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment