First round of modernizing after a long absence.

Much work to be done.
This commit is contained in:
Mahlon E. Smith 2017-02-01 15:35:35 -08:00
parent 0c8f66ac29
commit 3f96c8bb0f
21 changed files with 556 additions and 2054 deletions

14
.pryrc Normal file
View file

@ -0,0 +1,14 @@
#!/usr/bin/ruby
$LOAD_PATH.unshift( 'lib' )
begin
require 'ezmlm'
rescue Exception => e
$stderr.puts "Ack! Ezmlm libraries failed to load: #{e.message}\n\t" +
e.backtrace.join( "\n\t" )
end