Module: Readthis::Notifications
- Defined in:
- lib/readthis/notifications.rb
Class Method Summary collapse
Class Method Details
.instrument(_name, payload) {|payload| ... } ⇒ Object
3 4 5 |
# File 'lib/readthis/notifications.rb', line 3 def self.instrument(_name, payload) yield(payload) end |