Sha256: dc700b53838b584d5234a2692e0ec3e886ff225a9ea95ebb05e1be8d8f84f1d6

Contents?: true

Size: 269 Bytes

Versions: 2

Compression:

Stored size: 269 Bytes

Contents

# frozen_string_literal: true
# # Sample
#
# module Plugins
#
#   class Notifier
#     def initialize receiver
#       receiver.notifier.extend(SilentLogger)
#     end
#
#     module SilentLogger
#       def fatal(*)
#         nil
#       end
#     end
#   end
#
# end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
locomotivecms_common-0.6.0.alpha1 lib/locomotive/common/plugins/notifier.rb
locomotivecms_common-0.5.0 lib/locomotive/common/plugins/notifier.rb