Skip to content

Instantly share code, notes, and snippets.

@jeremy
Created March 20, 2009 22:19
Show Gist options
  • Save jeremy/82616 to your computer and use it in GitHub Desktop.
Save jeremy/82616 to your computer and use it in GitHub Desktop.
$ ruby-1.9 -e 'puts __ENCODING__'
UTF-8
$ jruby --1.9 -e 'puts __ENCODING__'
-e:1: undefined local variable or method `__ENCODING__' for main:Object (NameError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment