Sha256: b3b808385d3404845984fed8182ddc9311c6f1f8a1a7ece426797db8772c9af8
Contents?: true
Size: 165 Bytes
Versions: 2
Compression:
Stored size: 165 Bytes
Contents
# frozen_string_literal: true module Locomotive module Common class Notifier def method_missing _method, *_args 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/notifier.rb |
locomotivecms_common-0.5.0 | lib/locomotive/common/notifier.rb |