mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[DOC] Fix indentation for documentation of Hash#compact
This commit is contained in:
parent
52f6563422
commit
2dc501497e
2
hash.c
2
hash.c
@ -4424,7 +4424,7 @@ delete_if_nil(VALUE key, VALUE value, VALUE hash)
|
||||
* h = {foo: 0, bar: nil, baz: 2, bat: nil}
|
||||
* h.compact # => {foo: 0, baz: 2}
|
||||
*
|
||||
* Related: see {Methods for Deleting}[rdoc-ref:Hash@Methods+for+Deleting].
|
||||
* Related: see {Methods for Deleting}[rdoc-ref:Hash@Methods+for+Deleting].
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user