diff options
-rw-r--r-- | hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3007,13 +3007,13 @@ rb_hash_replace(VALUE hash, VALUE hash2) /* * call-seq: - * length -> integer * size -> integer * * Returns the count of entries in +self+: * - * {foo: 0, bar: 1, baz: 2}.length # => 3 * */ VALUE |