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
I was trying to move lib/rubygems.rb module Gem definition to the top module definition, it's defined twice in the file. Only adding the docs to the second definition will get parsed by rdoc.
Here's a contrived example:
# omgmoduleFooend# wtfmoduleFooend
If you generate the documentation for this file, you will only see the "wtf".