Method: Notifications#notify
- Defined in:
- lib/city_watch/util/notifications.rb
#notify(*args) ⇒ Object
3 4 5 6 |
# File 'lib/city_watch/util/notifications.rb', line 3 def notify(*args) @notifications ||= [] @notifications << [*args] end |