mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
9 lines
167 B
Ruby
9 lines
167 B
Ruby
# encoding: utf-8
|
|
# author: Dominik Richter
|
|
# author: Christoph Hartmann
|
|
|
|
module Vulcano
|
|
module Plugins
|
|
autoload :Resource, 'vulcano/plugins/resource'
|
|
end
|
|
end
|