diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md index 2c9cd0df0c8551527a384e2d33e3bda7d96a33e9..a83aee5d438f43b76faabb38c550859372566012 100644 --- a/guides/source/active_support_core_extensions.md +++ b/guides/source/active_support_core_extensions.md @@ -735,7 +735,7 @@ X.local_constants # => [:X1, :X2, :Y] X::Y.local_constants # => [:Y1, :X1] ``` -The names are returned as symbols. (The deprecated method `local_constant_names` returns strings.) +The names are returned as symbols. NOTE: Defined in `active_support/core_ext/module/introspection.rb`.