Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
inspec / lib / inspec / objects.rb
Size: Mime:
# 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