module NotesNotifier

require 'slack_bot/app/models/notify'

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source
# File lib/notes_notifier.rb, line 37
def self.setup
  yield self if block_given?
end