Open3 gives you access to stdin, stdout, and stderr when running other programs.
☆116Mar 16, 2026Updated this week
Alternatives and similar repositories for open3
Users that are interested in open3 are comparing it to the libraries listed below
Sorting:
- Extends the Time class with methods for parsing and conversion☆19Updated this week
- This library provides three different ways to delegate method calls to an object.☆24Mar 10, 2026Updated last week
- This library provides the Set class, which deals with a collection of unordered values with no duplicates.☆25Updated this week
- A utility class for managing temporary files.☆34Mar 9, 2026Updated last week
- Provides a PrettyPrinter for Ruby objects☆24Updated this week
- Weak Reference class that allows a referenced object to be garbage-collected.☆19Mar 10, 2026Updated last week
- The Benchmark module provides methods for benchmarking Ruby code, giving detailed reports on the time taken for each task.☆193Updated this week
- CGI is a large class, providing several categories of methods, many of which are mixed in from other modules.☆41Updated this week
- Several file utility methods for copying, moving, removing, etc.☆68Updated this week
- URI is a module providing classes to handle Uniform Resource Identifiers☆108Updated this week
- Interface for secure random number generator☆63Updated this week
- The Observer pattern provides a simple mechanism for one object to inform a set of interested third-party objects when its state changes.