]> git.notmuchmail.org Git - notmuch/commit - bindings/ruby/init.c
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)
commita08aa32b44b28f50f00cbd69e1a39023158f1847
treeb18ca99d33293012097e173419042601eb15aba4
parentbfe4555325086d5cb99e3962424128f94d1c921d
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
bindings/ruby/directory.c
bindings/ruby/filenames.c
bindings/ruby/init.c
bindings/ruby/message.c
bindings/ruby/messages.c
bindings/ruby/query.c
bindings/ruby/tags.c
bindings/ruby/thread.c
bindings/ruby/threads.c