Sha256: 96773fa34f93ecd1afb258f70086c1d4b0d8b4f1493dc139dcd1a1a9555a067e

Contents?: true

Size: 259 Bytes

Versions: 26

Compression:

Stored size: 259 Bytes

Contents

require 'aws/cfn/compiler/version'
require 'aws/cfn/compiler/base'
require 'aws/cfn/compiler/main'

module Aws::Cfn::Compiler
  attr_accessor :binding

  @binding ||= {}

  def self.binding=(b)
    @binding = b
  end

  def self.binding
    @binding
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
aws-cfn-compiler-0.9.4 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.9.3 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.9.2 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.9.1 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.8.10 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.8.9 lib/aws/cfn/compiler.rb