Sha256: c1a616f9b7327fc1fa52739cfa0fef1834768f7acccfe1905e58687aa43e903b
Contents?: true
Size: 270 Bytes
Versions: 24
Compression:
Stored size: 270 Bytes
Contents
#!/usr/bin/env ruby module Flapjack module Notifiers class Testmailer def initialize(opts={}) @log = opts[:log] end def notify(opts={}) @log.debug("TestMailer notifying #{opts[:who].name}") end end end end
Version data entries
24 entries across 24 versions & 1 rubygems