Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix rare undefined method `any?' for nil:NilClass error #289

Merged
merged 1 commit into from
Aug 2, 2021
Merged

Fix rare undefined method `any?' for nil:NilClass error #289

merged 1 commit into from
Aug 2, 2021

Conversation

sanfrancrisko
Copy link
Contributor

Original PR: #288

Fixed up a typo in the comment


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

Error: undefined method `any?' for nil:NilClass

Closes: #287

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 sanfrancrisko requested a review from a team as a code owner August 2, 2021 09:01
@sanfrancrisko sanfrancrisko self-assigned this Aug 2, 2021
@sanfrancrisko sanfrancrisko changed the title Fix rare undefined method `any?' for nil:NilClass error. Fixes #287 Fix rare undefined method `any?' for nil:NilClass error Aug 2, 2021
@da-ar da-ar merged commit 5955970 into puppetlabs:main Aug 2, 2021
@sanfrancrisko sanfrancrisko deleted the fix-nil-error-on-parameters branch November 29, 2021 11:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: undefined method `any?' for nil:NilClass when generating documentation
3 participants