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
📚 Workaround rdoc issue with :yield: and visibility
Rdoc seems to get confused with the yield in this method. It somehow
causes all of private methods to be documented as public. Adding
`:yield:` fixes it. (I think that changing the block containing yield
to be multiline _also_ fixes it, but this yield needed better docs
anyway.)
0 commit comments