Skip to content

Instantly share code, notes, and snippets.

@jakenotjacob
Created July 20, 2014 08:08
Show Gist options
  • Save jakenotjacob/ed5403f773d05cbf8d3f to your computer and use it in GitHub Desktop.
Save jakenotjacob/ed5403f773d05cbf8d3f to your computer and use it in GitHub Desktop.
Ruby quine
#!/usr/bin/env ruby
DATA.rewind
puts DATA.readlines
__END__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment