DEBSOURCES
Skip Quicknav
sources / dlr-languages / 20090805%2Bgit.e6b28d27%2Bdfsg-3 / Merlin / Main / Languages / Ruby / Experimental / Misc / Modules.rb
1234567891011121314151617
module A module B module C p Module.nesting end end p Module.nesting end p Module.nesting module A module B::C::D p Module.nesting end end