diff options
| author | BurdetteLamar <burdettelamar@yahoo.com> | 2025-07-09 12:55:44 -0500 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-07-09 14:41:11 -0400 |
| commit | 3baed2ea38f0c1f3c59e548cb34b802d3318f7c2 (patch) | |
| tree | c11f2c60b34a83e535d46070c45714a9fdae3712 /string.c | |
| parent | 94e702b0baa215f7b9f5fa0434b290c7b7762a2d (diff) | |
[DOC] Tweaks for String#chr
Diffstat (limited to 'string.c')
| -rw-r--r-- | string.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -6689,10 +6689,7 @@ rb_str_clear(VALUE str) * call-seq: * chr -> string * - * Returns a string containing the first character of +self+: - * - * s = 'foo' # => "foo" - * s.chr # => "f" + * :include: doc/string/chr.rdoc * */ |
