Misc #8548 ยป 0001-Correct-a-usage-example-for-String-include.patch
| string.c | ||
|---|---|---|
|
*
|
||
|
* "hello".include? "lo" #=> true
|
||
|
* "hello".include? "ol" #=> false
|
||
|
* "hello".include? ?h #=> true
|
||
|
* "hello".include? "h" #=> true
|
||
|
*/
|
||
|
static VALUE
|
||