Module: Notifications

Defined in:
lib/city_watch/util/notifications.rb

Instance Method Summary collapse

Instance Method Details

#notify(*args) ⇒ Object



3
4
5
6
# File 'lib/city_watch/util/notifications.rb', line 3

def notify(*args)
	@notifications ||= []
	@notifications << [*args]
end