Skip to content

Commit

Permalink
Merge pull request #424 from andreynering/quotes
Browse files Browse the repository at this point in the history
Removing statement saying that double quotes are more popular.
  • Loading branch information
bbatsov committed Apr 2, 2015
2 parents bdde52a + 4ada068 commit 856cd40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -3084,9 +3084,7 @@ resource cleanup when possible.
name = "Bozhidar"
```

The second style is arguably a bit more popular in the Ruby
community. The string literals in this guide, however, are
aligned with the first style.
The string literals in this guide are aligned with the first style.

* <a name="no-character-literals"></a>
Don't use the character literal syntax `?x`. Since Ruby 1.9 it's basically
Expand Down

0 comments on commit 856cd40

Please sign in to comment.