From b42d4c407dcaf7ed1621d081aff1dcb1855b22e2 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 2 Dec 2013 21:42:48 -0200 Subject: [PATCH] Remove note about removed local_constant_names method from guides [ci skip] --- guides/source/active_support_core_extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md index 2c9cd0df0c..a83aee5d43 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`. -- GitLab