ruby / stringio

Pseudo `IO` class from/to `String`.
BSD 2-Clause "Simplified" License
36 stars 26 forks source link

Remove taint support #6

Closed jeremyevans closed 5 years ago

jeremyevans commented 5 years ago

Ruby 2.7 deprecates taint and it no longer has an effect. The lack of taint support should not cause a problem in previous Ruby versions.

nobu commented 5 years ago

Please rebase.