Skip to content

Instantly share code, notes, and snippets.

@mattdenner
Created March 22, 2010 14:47
Show Gist options
  • Save mattdenner/340143 to your computer and use it in GitHub Desktop.
Save mattdenner/340143 to your computer and use it in GitHub Desktop.
Ruby quine
_="_=%p;puts _%%_";puts _%_
a="a=%p;puts a%%a";puts a%a
"hello %s" % 'world'
a="a=#{ a.inspect };puts a";puts a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment