Returns the names of the constants defined locally rather than the constants themselves. See local_constants.
# File active_support/core_ext/module/introspection.rb, line 47 def local_constant_names local_constants.map(&:to_s) end
<code/>
<pre/>
<code/>and<pre/>for code samples.