Skip to content

Instantly share code, notes, and snippets.

@alanho
Created June 11, 2011 16:14
Show Gist options
  • Save alanho/1020716 to your computer and use it in GitHub Desktop.
Save alanho/1020716 to your computer and use it in GitHub Desktop.
call me a geek...
a = "\"\n\nprint \"a = \\\"\"\nprint a.inspect[1..-2]\nprint a\n"
print "a = \""
print a.inspect[1..-2]
print a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment