mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
9 lines
165 B
Ruby
9 lines
165 B
Ruby
# encoding: utf-8
|
|
# author: Dominik Richter
|
|
# author: Christoph Hartmann
|
|
|
|
module Inspec
|
|
module Plugins
|
|
autoload :Resource, 'inspec/plugins/resource'
|
|
end
|
|
end
|