Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created May 22, 2009 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BanzaiMan/115907 to your computer and use it in GitHub Desktop.
Save BanzaiMan/115907 to your computer and use it in GitHub Desktop.
surfboard:src asari$ ruby19 -ve ':"\u0000"'
ruby 1.9.2dev (2009-05-22 trunk 23524) [i386-darwin9.7.0]
-e:1: symbol cannot contain '\u0000'
:"\u0000"
^
surfboard:src asari$ jruby --1.9 -ve ':"\u0000"'
jruby 1.3.0RC2 (ruby 1.9.1p0) (2009-05-21 19418c2) (Java HotSpot(TM) Client VM 1.5.0_16) [i386-java]
-e:1 warning: Useless use of a literal in void context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment