Sha256: 181132419d4386b5fcee8216ebf71acd8ae10d399f5ec403122ca860f5d202b4

Contents?: true

Size: 259 Bytes

Versions: 11

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

11 entries across 11 versions & 1 rubygems

Version Path
aws-cfn-compiler-0.8.8 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.8.7 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.8.6 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.8.5 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.8.4 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.8.3 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.8.2 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.8.1 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.8.0 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.7.0 lib/aws/cfn/compiler.rb
aws-cfn-compiler-0.6.0 lib/aws/cfn/compiler.rb