Sha256: 3534a3a81211e798062f822eaed955455af23f4dc8ca4faf073de493a10672dd

Contents?: true

Size: 162 Bytes

Versions: 4

Compression:

Stored size: 162 Bytes

Contents

# frozen_string_literal: true

module Notifier
  module Placebo
    extend self

    def supported?
      true
    end

    def notify(options)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
notifier-1.2.2 lib/notifier/placebo.rb
notifier-1.2.1 lib/notifier/placebo.rb
notifier-1.1.0 lib/notifier/placebo.rb
notifier-1.0.0 lib/notifier/placebo.rb