From: Ali Polatel Date: Sat, 24 Sep 2011 12:25:24 +0000 (+0300) Subject: ruby: Rename destroy to destroy! X-Git-Tag: 0.9_rc1~19 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=a08aa32b44b28f50f00cbd69e1a39023158f1847;hp=a08aa32b44b28f50f00cbd69e1a39023158f1847;p=notmuch ruby: Rename destroy to destroy! 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 ---