Project

General

Profile

Feature #10322 ยป improving_doc_for_String.patch

gogotanaka (Kazuki Tanaka), 10/04/2014 12:08 AM

View differences:

string.c
* "abcdef" <=> "abcdef" #=> 0
* "abcdef" <=> "abcdefg" #=> -1
* "abcdef" <=> "ABCDEF" #=> 1
* "abcdef" <=> 1 #=> nil
*/
static VALUE
    (1-1/1)