diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-13 12:37:27 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-13 12:37:27 +0530 |
commit | 16c18f00fbf1a4835c8e374939e94d7152c3c06c (patch) | |
tree | 24c45c166478718f582b78485e1814d4e8b60e17 /railties/guides | |
parent | 78c38c95430af8eb7ac8e7c8c07d0517a28235d7 (diff) | |
download | rails-16c18f00fbf1a4835c8e374939e94d7152c3c06c.tar.gz rails-16c18f00fbf1a4835c8e374939e94d7152c3c06c.tar.bz2 rails-16c18f00fbf1a4835c8e374939e94d7152c3c06c.zip |
revise wording [ci skip]
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/active_support_core_extensions.textile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile index bf8d328020..c30902c237 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -709,8 +709,7 @@ X.local_constants # => [:X1, :X2, :Y] X::Y.local_constants # => [:Y1, :X1] </ruby> -The names are returned as symbols. (The method +local_constant_names+ returns -strings, but +local_constant_names+ is deprecated.) +The names are returned as symbols. (The deprecated method +local_constant_names+ returns strings.) NOTE: Defined in +active_support/core_ext/module/introspection.rb+. |