Skip to content

Commit 588b500

Browse files
authored
Merge pull request #138 from DavidS/minor-fix
(maint) minor fix to make data_type_handling change work
2 parents 5867c5d + 5f68ba6 commit 588b500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/puppet/resource_api/data_type_handling.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
module Puppet::ResourceApi; end # predeclare the main module # rubocop:disable Style/Documentation
2+
13
# This module is used to handle data inside types, contains methods for munging
24
# and validation of the type values.
35
module Puppet::ResourceApi::DataTypeHandling

0 commit comments

Comments
 (0)