You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `Range#overlap?` started being defined only when Ruby itself
doesn't define it, the documentation wasn't wrapped in the conditional,
making RDoc not link the documentation to the defined method.
This commit fixes it by moving the documentation inside the conditional.
[ci skip]
0 commit comments