lib/ezmlm/list.rb
changeset 1 1d3cfd4837a8
child 2 7b5a0131d5cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/ezmlm/list.rb	Wed May 07 18:22:04 2008 +0000
@@ -0,0 +1,30 @@
+#!/usr/bin/ruby
+#
+# A Ruby interface to a single Ezmlm-idx mailing list directory
+#
+# == Version
+#
+#  $Id$
+#
+# == Authors
+#
+# * Michael Granger <mgranger@laika.com>
+# * Jeremiah Jordan <jjordan@laika.com>
+#
+# :include: LICENSE
+# 
+#---
+#
+# Please see the file LICENSE in the base directory for licensing details.
+#
+
+require 'pathname'
+require 'ezmlm'
+
+
+### A Ruby interface to an ezmlm-idx mailing list directory
+class Ezmlm::List
+	
+end
+
+# vim: set nosta noet ts=4 sw=4: