Skip to content

Instantly share code, notes, and snippets.

@davidbalbert
Created April 11, 2012 22:10
Show Gist options
  • Save davidbalbert/2363089 to your computer and use it in GitHub Desktop.
Save davidbalbert/2363089 to your computer and use it in GitHub Desktop.
quine.rb:1: syntax error, unexpected tINTEGER, expecting tSTRING_CONTENT or tSTRING_DBEG or tSTRING_DVAR or tSTRING_END
quine.rb:1: syntax error, unexpected tI...
^
@davidbalbert
Copy link
Author

Run with:

$ ruby quine.rb

Verify with:

$ ruby quine.rb 2>quine.out
$ diff -u quine.rb quine.out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment