Merge pull request #18047 from JuanitoFatas/patch/constant_autoloading_and_reloading-list-items

[ci skip] ✂️ blank lines between list items.
This commit is contained in:
Abdelkader Boudih 2014-12-16 09:41:21 +00:00
commit 149a98a6f1

@ -6,15 +6,10 @@ This guide documents how constant autoloading and reloading works.
After reading this guide, you will know:
* Key aspects of Ruby constants
* What is `autoload_paths`
* How constant autoloading works
* What is `require_dependency`
* How constant reloading works
* Solutions to common autoloading gotchas
--------------------------------------------------------------------------------