diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2024-01-02 19:19:12 -0500 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2024-01-02 19:19:12 -0500 |
| commit | 5aba5f0454d8a7950963e7d11031d03483764c4f (patch) | |
| tree | b8d54c652abfbbff0fbcddfe3fed6b91f24fcd4e /string.c | |
| parent | 8916b81bf434fc50bb9ce912a3dd468d784ca737 (diff) | |
[DOC] Add parentheses in call-seq for String#include?
Diffstat (limited to 'string.c')
| -rw-r--r-- | string.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6501,7 +6501,7 @@ rb_str_reverse_bang(VALUE str) /* * call-seq: - * include? other_string -> true or false + * include?(other_string) -> true or false * * Returns +true+ if +self+ contains +other_string+, +false+ otherwise: * |
