Method: CatchBox::Fanout#auth
- Defined in:
- lib/catch_box/fanout.rb
#auth(callable = nil, &block) ⇒ Object
54 55 56 |
# File 'lib/catch_box/fanout.rb', line 54 def auth(callable = nil, &block) config.auth.call(callable || block) end |