Source: ruby-capture-output Section: ruby Maintainer: Debian Ruby Team Uploaders: Alexander GQ Gerasiov Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-rspec Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-capture-output.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-capture-output Homepage: https://github.com/jpastuszek/capture-output Testsuite: autopkgtest-pkg-ruby Package: ruby-capture-output Architecture: all Description: Ruby library to grab given IO output and return it as a string Provides Capture.output, Capture.stdout and Capture.stderr methods that can be used to grab output generated by current or spawned process. . This is useful for testing when you need to start a process and check its output or when you need to check current process output.