class NSObject

Public Instance Methods

wiretap(property, &block) click to toggle source
# File lib/motion-wiretap-polluting/all/polluting_all.rb, line 3
def wiretap(property, &block)
  MotionWiretap::WiretapKvo.new(self, property, &block)
end