notmuch/bindings/ruby
Ali Polatel a08aa32b44 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
2011-09-24 15:25:24 +03:00
..
.gitignore ruby: Add generated files to .gitignore 2011-02-03 01:40:38 +02:00
database.c ruby: Don't barf if an object is destroyed more than once 2010-06-06 09:18:00 +03:00
defs.h ruby: Add wrapper for message_get_filenames 2011-01-25 12:03:41 +02:00
directory.c ruby: Rename destroy to destroy! 2011-09-24 15:25:24 +03:00
extconf.rb Initial ruby bindings 2010-06-06 09:16:53 +03:00
filenames.c ruby: Rename destroy to destroy! 2011-09-24 15:25:24 +03:00
init.c ruby: Rename destroy to destroy! 2011-09-24 15:25:24 +03:00
message.c ruby: Rename destroy to destroy! 2011-09-24 15:25:24 +03:00
messages.c ruby: Rename destroy to destroy! 2011-09-24 15:25:24 +03:00
query.c ruby: Rename destroy to destroy! 2011-09-24 15:25:24 +03:00
rdoc.sh ruby: Remove the split file hack from rdoc.sh 2011-07-29 09:44:44 +03:00
status.c Initial ruby bindings 2010-06-06 09:16:53 +03:00
tags.c ruby: Rename destroy to destroy! 2011-09-24 15:25:24 +03:00
thread.c ruby: Rename destroy to destroy! 2011-09-24 15:25:24 +03:00
threads.c ruby: Rename destroy to destroy! 2011-09-24 15:25:24 +03:00