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