trabajo-afectivo/lib/secure_mailing/backend/handler.rb

7 lines
98 B
Ruby
Raw Normal View History

2020-06-02 11:01:16 +00:00
class SecureMailing::Backend::Handler
def self.process(*args)
new(*args).process
end
end