diff options
author | Harshad Sabne <harshadsabne@users.noreply.github.com> | 2013-11-29 18:56:56 +0530 |
---|---|---|
committer | Harshad Sabne <harshadsabne@users.noreply.github.com> | 2013-11-29 18:56:56 +0530 |
commit | abefa2f635c09fc51c0f63058acd0d1a46f30f60 (patch) | |
tree | 0717b547c9d1a969f7a30422c838da82f0b450f4 | |
parent | 427db6b9d2b35a72f3c017eb19a2e1e800b0a7a3 (diff) | |
download | rails-abefa2f635c09fc51c0f63058acd0d1a46f30f60.tar.gz rails-abefa2f635c09fc51c0f63058acd0d1a46f30f60.tar.bz2 rails-abefa2f635c09fc51c0f63058acd0d1a46f30f60.zip |
Remove Rdoc formatting from markdown [ci skip]
Use markdown formatting instead
-rw-r--r-- | guides/source/active_support_core_extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md index 452ddf01eb..e6cd70b0ce 100644 --- a/guides/source/active_support_core_extensions.md +++ b/guides/source/active_support_core_extensions.md @@ -424,7 +424,7 @@ NOTE: Defined in `active_support/core_ext/object/with_options.rb`. ### JSON support -Active Support provides a better implementation of `to_json` than the +json+ gem ordinarily provides for Ruby objects. This is because some classes, like +Hash+, +OrderedHash+, and +Process::Status+ need special handling in order to provide a proper JSON representation. +Active Support provides a better implementation of `to_json` than the `json` gem ordinarily provides for Ruby objects. This is because some classes, like `Hash`, `OrderedHash` and `Process::Status` need special handling in order to provide a proper JSON representation. NOTE: Defined in `active_support/core_ext/object/json.rb`. |