module MultiNotifier

Copy ActiveModel::Model from Rails 4.x here

Constants

VERSION

Public Class Methods

build() { |builder| ... } click to toggle source
# File lib/multi_notifier.rb, line 5
def self.build
  builder = Builder.new
  yield builder if block_given?

  builder
end