We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 588b500 + 8adc5b5 commit 9dd87a9Copy full SHA for 9dd87a9
lib/puppet/resource_api/data_type_handling.rb
@@ -1,4 +1,4 @@
1
-module Puppet::ResourceApi; end # predeclare the main module # rubocop:disable Style/Documentation
+module Puppet; module ResourceApi; end; end # predeclare the main module # rubocop:disable Style/Documentation,Style/ClassAndModuleChildren
2
3
# This module is used to handle data inside types, contains methods for munging
4
# and validation of the type values.
0 commit comments