Class: CatchBox::On

Inherits:
Object
  • Object
show all
Defined in:
lib/catch_box/on.rb

Instance Method Summary collapse

Instance Method Details

#call(fanout, pattern, hook) ⇒ Object



7
8
9
# File 'lib/catch_box/on.rb', line 7

def call(fanout, pattern, hook)
  fanout << factory.call(pattern, hook)
end