Sha256: 976056823b424c16c3c8d594850b897daa6391b7505efc366ee0c9b7f961ca48

Contents?: true

Size: 262 Bytes

Versions: 6

Compression:

Stored size: 262 Bytes

Contents

module Capper
  module Utils
    module Bluepill

      def bluepill_config(name, body, options={})
        set(:bluepill_configs, fetch(:bluepill_configs, {}).merge(name => {
          :options => options, :body => body
        }))
      end

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
capper-1.2.4 lib/capper/utils/bluepill.rb
capper-1.2.3 lib/capper/utils/bluepill.rb
capper-1.2.2 lib/capper/utils/bluepill.rb
capper-1.2.1 lib/capper/utils/bluepill.rb
capper-1.2.0 lib/capper/utils/bluepill.rb
capper-1.1.0 lib/capper/utils/bluepill.rb