lib/malsh/notification.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Malsh
  module Notification
    autoload :Base,  "malsh/notification/base"
    autoload :Slack, "malsh/notification/slack"
  end
end