xnd-project / libxnd

Subsumed into xnd
https://xnd.io/
BSD 3-Clause "New" or "Revised" License
80 stars 12 forks source link

Remove needless monkey patching for String #38

Closed mrkn closed 5 years ago

mrkn commented 5 years ago

A library must not add any methods to core classes. It remarkably reduces both the reliability and the availability of this library.


Note that I confirmed this change doesn't affect the result of RSpec on my macOS machine.