summaryrefslogtreecommitdiff
path: root/libmpd/database.rb
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2009-07-24 13:28:13 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2009-07-24 13:28:13 -0700
commitae4ebcb66d4d0c39ac4a29c520ea3bab22b15023 (patch)
treee185de936474612d33778b72debb2e168585c9f8 /libmpd/database.rb
parent5ebda82d1b57733e0960eac5eb74d078b64e7cc5 (diff)
downloadruby-libmpd-ae4ebcb66d4d0c39ac4a29c520ea3bab22b15023.tar.gz
ruby-libmpd-ae4ebcb66d4d0c39ac4a29c520ea3bab22b15023.tar.xz
Update documentation.
Diffstat (limited to 'libmpd/database.rb')
-rw-r--r--libmpd/database.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/libmpd/database.rb b/libmpd/database.rb
index 20099c8..c71c517 100644
--- a/libmpd/database.rb
+++ b/libmpd/database.rb
@@ -1,9 +1,15 @@
#!/usr/bin/env ruby
#
+#--
# Copyright 2009 David Vazgenovich Shakaryan <dvshakaryan@gmail.com>
# Distributed under the terms of the GNU General Public License v3.
# See http://www.gnu.org/licenses/gpl.txt for the full license text.
+#++
+#
+# *Author*:: David Vazgenovich Shakaryan
+# *License*:: GNU General Public License v3
+# Collection of methods related to the database.
module MPDDatabase
# Counts the number of songs in the database where _field_ is _value_, as
# well as their total playtime.