File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ def self.stat_heap heap_name = nil, hash_or_key = nil
258258
259259 # call-seq:
260260 # GC.config -> hash
261- # GC.config(hash_to_merge) -> merged_hash
261+ # GC.config(hash_to_merge) -> hash
262262 #
263263 # This method is implementation-specific to CRuby.
264264 #
@@ -274,15 +274,11 @@ def self.stat_heap heap_name = nil, hash_or_key = nil
274274 # With argument +hash_to_merge+ given,
275275 # merges that hash into the stored configuration hash;
276276 # ignores unknown hash keys;
277- # returns the implementation-specific configuration hash (see below) :
277+ # returns the configuration hash:
278278 #
279279 # GC.config(rgengc_allow_full_mark: false)
280- # # => {rgengc_allow_full_mark: false}
281- # GC.config
282280 # # => {rgengc_allow_full_mark: false, implementation: "default"}
283281 # GC.config(foo: 'bar')
284- # # => {rgengc_allow_full_mark: false}
285- # GC.config
286282 # # => {rgengc_allow_full_mark: false, implementation: "default"}
287283 #
288284 # <b>All-Implementations Configuration</b>
You can’t perform that action at this time.
0 commit comments