Project

General

Profile

Misc #8548 ยป 0001-Correct-a-usage-example-for-String-include.patch

mattonrails (Matthew Conway), 06/20/2013 03:01 PM

View differences:

string.c
*
* "hello".include? "lo" #=> true
* "hello".include? "ol" #=> false
* "hello".include? ?h #=> true
* "hello".include? "h" #=> true
*/
static VALUE
    (1-1/1)