From 4e02dcc2521dc74e486faec291684b30565041dc Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 23 Jan 2015 11:21:42 +0100 Subject: constants guide: make assumption explicit in an example [closes #18465] [ci skip] --- guides/source/autoloading_and_reloading_constants.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/guides/source/autoloading_and_reloading_constants.md b/guides/source/autoloading_and_reloading_constants.md index c4fac1cff5..202dc601a7 100644 --- a/guides/source/autoloading_and_reloading_constants.md +++ b/guides/source/autoloading_and_reloading_constants.md @@ -114,6 +114,16 @@ certain nesting does not necessarily correlate with the namespaces at the spot. Even more, they are totally independent, take for instance ```ruby +module X + module Y + end +end + +module A + module B + end +end + module X::Y module A::B # (3) -- cgit v1.2.3