rubyx icon indicating copy to clipboard operation
rubyx copied to clipboard

More string methods

Open rubydesign opened this issue 4 years ago • 2 comments

https://github.com/ruby-x/rubyx/blob/master/lib/parfait/word.rb The string (called word to avoid name clashes) implementation is still quite weak. Many even basic methods are missing (see ruby docs).

To start with this issue, comment with the method name that you want to implement.

rubydesign avatar Mar 20 '20 07:03 rubydesign

Hey! I have tried implementing the insert method according to the ruby-doc. Should I also add test cases to tets_word2.rb ?

deepigarg avatar Mar 28 '20 12:03 deepigarg

Definitely tests, yes If you can use test_word is better Someone else is working on 2

⁣Sent from TypeApp ​

On 28 Mar 2020, 14:30, at 14:30, Deepi Garg [email protected] wrote:

Hey! I have tried implementing the insert method according to the ruby-doc. Should I also add test cases to tets_word2.rb ?

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/ruby-x/rubyx/issues/32#issuecomment-605440973

rubydesign avatar Mar 28 '20 13:03 rubydesign