# File lib/active_support/core_ext/module/introspection.rb, line 85
  def local_constant_names
    local_constants.map { |c| c.to_s }
  end