Class: NSObject
- Inherits:
-
Object
- Object
- NSObject
- Defined in:
- lib/motion-wiretap-polluting/all/polluting_all.rb
Instance Method Summary collapse
Instance Method Details
#wiretap(property, &block) ⇒ Object
3 4 5 |
# File 'lib/motion-wiretap-polluting/all/polluting_all.rb', line 3 def wiretap(property, &block) MotionWiretap::WiretapKvo.new(self, property, &block) end |