Skip to content

Instantly share code, notes, and snippets.

@chrisk
Created July 25, 2009 04:41
Show Gist options
  • Save chrisk/154695 to your computer and use it in GitHub Desktop.
Save chrisk/154695 to your computer and use it in GitHub Desktop.
# You can use newlines as delimiters for the various
# %-style string quoting syntaxes (like %{}, %Q{}, etc.)
>> %
%s
>> % %
bacon
>>
=> "bacon"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment