#!/usr/bin/ruby # # A Ruby interface to a single Ezmlm-idx mailing list directory # # == Version # # $Id$ # # == Authors # # * Michael Granger # * Jeremiah Jordan # # :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: