Method: Rpush::Daemon::Batch#each_notification
- Defined in:
- lib/rpush/daemon/batch.rb
#each_notification(&blk) ⇒ Object
21 22 23 |
# File 'lib/rpush/daemon/batch.rb', line 21 def each_notification(&blk) @notifications.each(&blk) end |