Method: NSString#remove_observer

Defined in:
lib/sugarcube-notifications/notifications.rb

#remove_observer(target, object = nil) ⇒ Object



31
32
33
# File 'lib/sugarcube-notifications/notifications.rb', line 31

def remove_observer(target, object=nil)
  NSNotificationCenter.defaultCenter.removeObserver(target, name:self, object:object)
end