Sha256: f36749033e572cc43aa6aa8a7975f469b8f2572d6037d753e26eb2c19efbe751

Contents?: true

Size: 104 Bytes

Versions: 25

Compression:

Stored size: 104 Bytes

Contents

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

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
city-watch-0.7.9 lib/city_watch/util/notifications.rb
city-watch-0.7.8 lib/city_watch/util/notifications.rb
city-watch-0.7.7 lib/city_watch/util/notifications.rb
city-watch-0.7.6 lib/city_watch/util/notifications.rb
city-watch-0.7.5 lib/city_watch/util/notifications.rb
city-watch-0.7.4 lib/city_watch/util/notifications.rb
city-watch-0.7.3 lib/city_watch/util/notifications.rb
city-watch-0.7.2 lib/city_watch/util/notifications.rb
city-watch-0.7.1 lib/city_watch/util/notifications.rb
city-watch-0.7.0 lib/city_watch/util/notifications.rb
city-watch-0.6.9 lib/city_watch/util/notifications.rb
city-watch-0.6.8 lib/city_watch/util/notifications.rb
city-watch-0.6.7 lib/city_watch/util/notifications.rb
city-watch-0.6.6 lib/city_watch/util/notifications.rb
city-watch-0.6.5 lib/city_watch/util/notifications.rb
city-watch-0.6.4 lib/city_watch/util/notifications.rb
city-watch-0.6.3 lib/city_watch/util/notifications.rb
city-watch-0.6.2 lib/city_watch/util/notifications.rb
city-watch-0.6.1 lib/city_watch/util/notifications.rb
city-watch-0.6.0 lib/city_watch/util/notifications.rb