handler.rb 98 B

123456
  1. class SecureMailing::Backend::Handler
  2. def self.process(*args)
  3. new(*args).process
  4. end
  5. end