module AwsEc2::Template::Helper

Public Instance Methods

autoinclude(klass) click to toggle source
# File lib/aws_ec2/template/helper.rb, line 5
def autoinclude(klass)
  autoload klass, "aws_ec2/template/helper/#{klass.to_s.underscore}"
  include const_get(klass)
end