Sha256: 7ad0e7df7770e9ba297ec9a7eafd0a5ddb793191a45b26910d714d9f925f2e46

Contents?: true

Size: 199 Bytes

Versions: 3

Compression:

Stored size: 199 Bytes

Contents

# -*- encoding: utf-8 -*-
module Bluepill
  def self.application(app_name, options = {}, &block)
    app_proxy = AppProxy.new(app_name, options)
    yield(app_proxy)
    app_proxy.app.load
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bluepill-0.0.49 lib/bluepill/dsl.rb
bluepill-0.0.48 lib/bluepill/dsl.rb
bluepill-0.0.47 lib/bluepill/dsl.rb