]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/mailshears.rb
Wrap all close() calls in "ensure" blocks and simplify DB connection-making.
[mailshears.git] / lib / mailshears.rb
1 # Load only the files needed by our executable. The library files are
2 # supposed to require what they need themselves.
3
4 require 'common/configuration'
5 require 'common/errors'
6 require 'common/exit_codes'
7 require 'common/user_interface'