inspec/lib/bundles
Ryan Davis b38a3b05f9 Reworked Resource.__register's metaprogramming to be as small as possible.
Mostly involved pushing up all the regular initialize code to a
regular method, calling that, THEN doing super up to the resource
initialize.

This brings __register's Class.new to 5 lines.

Signed-off-by: Ryan Davis <zenspider@chef.io>
2020-02-03 14:41:37 -08:00
..
inspec-compliance blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
inspec-supermarket Reworked Resource.__register's metaprogramming to be as small as possible. 2020-02-03 14:41:37 -08:00
inspec-supermarket.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
README.md add registry for cli plugins 2016-02-05 14:06:55 +01:00

InSpec Bundled Plugins

This directory contains bundled InSpec plugins. Those plugins are shipped with InSpec temporarily only. Over the next months we are going to stabilize the InSpec Plugin API. Once this API reached stability, all bundled plugins will be externalized.