Class: Proc
- Inherits:
-
Object
- Object
- Proc
- Defined in:
- lib/motion-wiretap-polluting/all/polluting_all.rb
Instance Method Summary collapse
Instance Method Details
#wiretap(queue = nil, &block) ⇒ Object
21 22 23 |
# File 'lib/motion-wiretap-polluting/all/polluting_all.rb', line 21 def wiretap(queue=nil, &block) MotionWiretap::WiretapProc.new(self, queue, block) end |