mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
![]() rubygems.org/gems/stringio
(https://github.com/ruby/stringio/pull/111)
By providing a 'changelog_uri' in the metadata of the gemspec a
'Changelog' link will be shown on https://rubygems.org/gems/stringio
which makes it quick and easy for someone to check on the changes
introduced with a new version.
Details of this functionality can be found on
https://guides.rubygems.org/specification-reference/#metadata
---------
|
||
---|---|---|
.. | ||
.document | ||
depend | ||
extconf.rb | ||
README.md | ||
stringio.c | ||
stringio.gemspec |
StringIO
Pseudo IO
class from/to String
.
This library is based on MoonWolf version written in Ruby. Thanks a lot.
Differences to IO
fileno
raisesNotImplementedError
.- encoding conversion is not implemented, and ignored silently.