Skip to content

Instantly share code, notes, and snippets.

@stevegraham
Created September 20, 2012 00:08
Show Gist options
  • Select an option

  • Save stevegraham/3753138 to your computer and use it in GitHub Desktop.

Select an option

Save stevegraham/3753138 to your computer and use it in GitHub Desktop.
quines
s='s=;puts s[0,2]+39.chr+s+39.chr+s[2,36]';puts s[0,2]+39.chr+s+39.chr+s[2,36]
s="s=%p;puts s%%s";puts s%s
puts File.read __FILE__
puts File.read $0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment