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
Align behaviour between bundle exec rdoc and rake rdoc
By using `.rdoc_options` to specify the RDoc options, we can make most
of the rake task options the in-repo defaults.
This allows us to use the same options for both `bundle exec rdoc` and
`rake rdoc` and get a consistent experience.
0 commit comments