inspec/lib/vulcano/plugins.rb
2015-10-14 23:13:49 +02:00

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