Sha256: aac7034a14e5c2d4fe91379699a456d4ad8fba964124f5d820e2cd8a286e47f9

Contents?: true

Size: 410 Bytes

Versions: 3

Compression:

Stored size: 410 Bytes

Contents

module Controll
  module Notify
    autoload :Base,           'controll/notify/base'
    autoload :Flash,          'controll/notify/flash'
    autoload :Typed,          'controll/notify/typed'
    autoload :Macros,         'controll/notify/macros'
    autoload :Message,        'controll/notify/message'
  end
end

module Notifiers
  Typed    = Controll::Notify::Typed
  Notifier = Controll::Notify::Typed
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
controll-0.3.2 lib/controll/notify.rb
controll-0.3.1 lib/controll/notify.rb
controll-0.3.0 lib/controll/notify.rb