-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bool2httpd function call for older ruby versions #2102
Conversation
apache::bool2httpd is a functionthat may have no external impact to Forge modules. This module is declared in 174 of 575 indexed public
|
Codecov Report
@@ Coverage Diff @@
## main #2102 +/- ##
==========================================
- Coverage 57.40% 56.36% -1.05%
==========================================
Files 12 12
Lines 216 220 +4
==========================================
Hits 124 124
- Misses 92 96 +4
Continue to review full report at Codecov.
|
apache::bool2httpd is a functionthat may have no external impact to Forge modules. This module is declared in 174 of 575 indexed public
|
apache::bool2httpd is a functionthat may have no external impact to Forge modules. This module is declared in 174 of 575 indexed public
|
Based on the changes in PR #2060 added separate clause for older ruby versions as
match?was introduced here