Sha256: 24897c57bb836be9937085fd03e149af6a92a34f63a7afd7b7668ecd3ac1cb11
Contents?: true
Size: 193 Bytes
Versions: 10
Compression:
Stored size: 193 Bytes
Contents
module Locomotive module Common class Configuration attr_accessor :notifier def initialize @notifier = Locomotive::Common::Notifier.new end end end end
Version data entries
10 entries across 10 versions & 1 rubygems