inspec/lib/vulcano/plugins.rb

10 lines
167 B
Ruby
Raw Normal View History

# encoding: utf-8
2015-10-06 16:55:44 +00:00
# author: Dominik Richter
# author: Christoph Hartmann
module Vulcano
module Plugins
autoload :Resource, 'vulcano/plugins/resource'
end
end