Jun Hiroe
|
b81f0d0ffb
|
Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and strip_bang
|
2014-06-03 16:29:42 +09:00 |
|
ksss
|
617fa70211
|
String#casecmp should be call to_str
when non String object sent
And should be raise TypeError
when can not responsed to `to_str`
|
2014-04-20 13:25:07 +09:00 |
|
Tomoyuki Sahara
|
120a02c15d
|
add String#partition and String#rpartition.
|
2013-12-27 15:30:20 +09:00 |
|
h2so5
|
79e7bbc8e8
|
Add String#swapcase,swapcase!,concat,casecmp,start_with,end_with
|
2013-04-19 21:01:37 +09:00 |
|
Tomoyuki Sahara
|
11edea3880
|
add "strip" family to String.
|
2013-03-08 09:45:04 +09:00 |
|