mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Fix a code block in latest til.
This commit is contained in:
@@ -13,8 +13,10 @@ non-alphanumeric character to surround a string.
|
|||||||
|
|
||||||
It even works with balanced characters
|
It even works with balanced characters
|
||||||
|
|
||||||
|
```ruby
|
||||||
> %(The Goonies)
|
> %(The Goonies)
|
||||||
=> "The Goonies"
|
=> "The Goonies"
|
||||||
|
```
|
||||||
|
|
||||||
This is useful for defining a string that has both types of quotes
|
This is useful for defining a string that has both types of quotes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user