
In case you were exerting a coding style opinion, feel free to ignore this pull request.
The following are equivalent, as far as I understand, so some chars can be deleted 🙂:
`current_note.content = current_note.content.gsub()` == `current_note.content.gsub!()`