Open seven1m opened 3 years ago
Our main approach is to work on one spec from ruby/spec at a time, implementing as much of the spec as possible, then check it off the list:
Note: there is another issue for String#unpack here: #667
String#unpack
Both String#lstrip and String#rstrip are spec-compliant!
String#lstrip
String#rstrip
String#size is also spec-compliant (minus the encoding tests).
String#size
String#center is spec-compliant since #518 too :)
String#center
Our main approach is to work on one spec from ruby/spec at a time, implementing as much of the spec as possible, then check it off the list:
Note: there is another issue for
String#unpack
here: #667