Fixes for documentation and test directories that didn't make it into the repo.

This commit is contained in:
Mahlon E. Smith 2017-05-16 15:52:05 -07:00
parent 28948e513f
commit c9450e8415
20 changed files with 36 additions and 80 deletions

View file

@ -1,6 +1,9 @@
#!/usr/bin/ruby
# vim: set nosta noet ts=4 sw=4:
require 'pathname'
require 'ezmlm' unless defined?( Ezmlm )
require 'mail'
# An individual list message.
#
@ -12,20 +15,9 @@
# This class passes all heavy lifting to the Mail::Message library.
# Please see it for specifics on usage.
#
# == Version
#
# $Id$
#
#---
require 'pathname'
require 'ezmlm' unless defined?( Ezmlm )
require 'mail'
### A Ruby interface to an individual list message.
###
class Ezmlm::List::Message
# $Id$
### Instantiate a new messag from a +list+ and a +message_number+.
###