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