Skip to content

Instantly share code, notes, and snippets.

@mikezter
Created September 20, 2010 08:59
Show Gist options
  • Select an option

  • Save mikezter/587637 to your computer and use it in GitHub Desktop.

Select an option

Save mikezter/587637 to your computer and use it in GitHub Desktop.
A ruby quine (stolen from somewhere i forgot)
def method;"def method;;end;puts method()[0, 11] + 34.chr + method + 34.chr + method()[11, method.length-11]";end;puts method()[0, 11] + 34.chr + method + 34.chr + method()[11, method.length-11]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment