diff options
author | BurdetteLamar <[email protected]> | 2023-02-19 20:16:04 +0000 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2023-02-19 14:26:34 -0800 |
commit | 3b239d2480123046a59a75f1089ab58d192b9c57 (patch) | |
tree | a7015491da2508153db26251ad30ac39d6d8a6a8 /object.c | |
parent | 3d53827130e9f3792e80e9a947d5a0d604aa836b (diff) |
Remove (newly unneeded) remarks about aliases
Diffstat (limited to 'object.c')
-rw-r--r-- | object.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3921,9 +3921,6 @@ rb_obj_dig(int argc, VALUE *argv, VALUE obj, VALUE notfound) * * For details on +format_string+, see * {Format Specifications}[rdoc-ref:format_specifications.rdoc]. - * - * Kernel#format is an alias for Kernel#sprintf. - * */ static VALUE |