From df4be8207c6069dbc87d7fc61e34fac1d01d5f78 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 30 Jun 2015 21:24:44 -0500 Subject: [PATCH] Fix a code block in latest til. --- ruby/percent-notation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruby/percent-notation.md b/ruby/percent-notation.md index f703ba9..92b4cfd 100644 --- a/ruby/percent-notation.md +++ b/ruby/percent-notation.md @@ -13,8 +13,10 @@ non-alphanumeric character to surround a string. It even works with balanced characters +```ruby > %(The Goonies) => "The Goonies" +``` This is useful for defining a string that has both types of quotes