puppetlabs / puppet-strings

The next generation Puppet documentation extraction and presentation tool.
http://puppetlabs.github.io/puppet-strings/
Apache License 2.0
90 stars 84 forks source link

Fix undefined method `any?' for nil:NilClass error. Fixes #287 #288

Closed hajee closed 3 years ago

hajee commented 3 years ago

In some rare cases where no parameter is (yet) defined in the type, an error is thrown

Error: undefined method `any?' for nil:NilClass
sanfrancrisko commented 3 years ago

This has been merged as part of #289 - thanks again @hadjee