Feature #10322 ยป improving_doc_for_String.patch
| string.c | ||
|---|---|---|
|
* "abcdef" <=> "abcdef" #=> 0
|
||
|
* "abcdef" <=> "abcdefg" #=> -1
|
||
|
* "abcdef" <=> "ABCDEF" #=> 1
|
||
|
* "abcdef" <=> 1 #=> nil
|
||
|
*/
|
||
|
static VALUE
|
||