Module: Hooksler::Channel::Output

Defined in:
lib/hooksler/channel.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



48
49
50
# File 'lib/hooksler/channel.rb', line 48

def self.extended(base)
  base.send :extend, Channel
end

Instance Method Details

#register(name) ⇒ Object



52
53
54
# File 'lib/hooksler/channel.rb', line 52

def register(name)
  register_channel :output, name
end