]> git.notmuchmail.org Git - notmuch/commitdiff
ruby: Rename destroy to destroy!
authorAli Polatel <alip@exherbo.org>
Sat, 24 Sep 2011 12:25:24 +0000 (15:25 +0300)
committerAli Polatel <alip@exherbo.org>
Sat, 24 Sep 2011 12:25:24 +0000 (15:25 +0300)
According to the common Ruby function naming convention, potentially
dangerous functions or functions which operate on the object itself are
suffixed with an exclamation mark. Both of these are true for object
destroying functions.

The following modules are affected:
- Notmuch::Directory
- Notmuch::FileNames
- Notmuch::Query
- Notmuch::Threads
- Notmuch::Thread
- Notmuch::Messages
- Notmuch::Message
- Notmuch::Tags


No differences found