34,333
edits
Changes
→Ruby Constant Scope
== Ruby Constant Scope ==
Constants declared within a class or module are available anywhere within the context of that class or module. Constants declared outside of a class or module are assigned global scope.