Sha256: 9e1dfb8d4102240f565138f559fa0be690fd408a777625d4d23af03f377d814b

Contents?: true

Size: 324 Bytes

Versions: 5

Compression:

Stored size: 324 Bytes

Contents

# frozen_string_literal: true

module AwsCftTools
  class Template
    ##
    # Utility module for evaluating ruby dsl templates.
    #
    module DSLContext
      require 'cloudformation-ruby-dsl/cfntemplate'
      require 'cloudformation-ruby-dsl/spotprice'
      require 'cloudformation-ruby-dsl/table'
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aws-cft-tools-0.1.4 lib/aws_cft_tools/template/dsl_context.rb
aws-cft-tools-0.1.3 lib/aws_cft_tools/template/dsl_context.rb
aws-cft-tools-0.1.2 lib/aws_cft_tools/template/dsl_context.rb
aws-cft-tools-0.1.1 lib/aws_cft_tools/template/dsl_context.rb
aws-cft-tools-0.1.0 lib/aws_cft_tools/template/dsl_context.rb