lib/inspec/objects.rb



# encoding: utf-8

module Inspec
  autoload :Attribute, 'inspec/objects/attribute'
  autoload :Tag, 'inspec/objects/tag'
  autoload :Control, 'inspec/objects/control'
  autoload :Describe, 'inspec/objects/describe'
  autoload :EachLoop, 'inspec/objects/each_loop'
  autoload :List, 'inspec/objects/list'
  autoload :OrTest, 'inspec/objects/or_test'
  autoload :RubyHelper, 'inspec/objects/ruby_helper'
  autoload :Test, 'inspec/objects/test'
  autoload :Value, 'inspec/objects/value'
end