Skip to content

Instantly share code, notes, and snippets.

@smathy
Created March 27, 2014 22:39
Show Gist options
  • Save smathy/9820646 to your computer and use it in GitHub Desktop.
Save smathy/9820646 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
File.open( 'report.txt', 'w' ) do |io|
io.puts <<-EOI
Dear Karla,
You're fucked, please quit.
Regards,
The Internet
EOI
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment