RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

fake_io 0.1.0 released

fake_io 0.1.0 has been released. FakeIO is a module that can be included into any Class in order to create IO-like objects. FakeIO emulates buffered IO, while delegating the raw reads/writes to the io_read/io_write methods. FakeIO can be used to create IO-like wrapper objects around non-IO network data sources (ex: RPC, WebSockets, etc). FakeIO supports all Ruby 2.x and 3.x IO methods.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in