aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAshe Connor <ashe@kivikakk.ee>2018-03-07 14:06:03 +1100
committerJeremy Daer <jeremydaer@gmail.com>2018-03-06 19:26:23 -0800
commitb5aa0266d0a4d5f7a02eb31df730fa172d1a845a (patch)
tree6b36e963eabbfd702116c69944e3753257f7f679 /activesupport
parente126078a0e013acfe0a397a8dad33b2c9de78732 (diff)
downloadrails-b5aa0266d0a4d5f7a02eb31df730fa172d1a845a.tar.gz
rails-b5aa0266d0a4d5f7a02eb31df730fa172d1a845a.tar.bz2
rails-b5aa0266d0a4d5f7a02eb31df730fa172d1a845a.zip
[ci skip] Hide internal docs from root AS module
We have a bunch of documentation in lib/active_support/core_ext/object/json.rb which is currently appearing as documentation for the top-level ActiveSupport module. We hide it from rdoc here. Signed-off-by: Ashe Connor <ashe@kivikakk.ee>
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/object/json.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/object/json.rb b/activesupport/lib/active_support/core_ext/object/json.rb
index f7c623fe13..416059d17b 100644
--- a/activesupport/lib/active_support/core_ext/object/json.rb
+++ b/activesupport/lib/active_support/core_ext/object/json.rb
@@ -14,6 +14,7 @@ require "active_support/core_ext/time/conversions"
require "active_support/core_ext/date_time/conversions"
require "active_support/core_ext/date/conversions"
+#--
# The JSON gem adds a few modules to Ruby core classes containing :to_json definition, overwriting
# their default behavior. That said, we need to define the basic to_json method in all of them,
# otherwise they will always use to_json gem implementation, which is backwards incompatible in