Sha256: 5641a753ab76c29b50892d4e81d957171972a8311f7c5dd984cb8df095e1b851
Contents?: true
Size: 398 Bytes
Versions: 13
Compression:
Stored size: 398 Bytes
Contents
# Copyright (c) 2007, 2011 Samuel G. D. Williams. <http://www.oriontransfer.co.nz> # Released under the MIT license. Please see LICENSE.txt for license details. # This code is executed in a remote ruby process. $stdout.sync = true $stderr.sync = true # We don't connect to $stderr here as this is a client. Clients write to regular $stderr. $connection = RExec::Connection.new($stdin, $stdout)
Version data entries
13 entries across 13 versions & 1 rubygems