Sha256: 182c3726b9d8d2b6ac58611d99c524a770d11163fcabaadf73f98f8db82f24d1

Contents?: true

Size: 943 Bytes

Versions: 4

Compression:

Stored size: 943 Bytes

Contents

# Copyright (c) 2007 Samuel Williams. Released under the GNU GPLv3.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

# 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

4 entries across 4 versions & 1 rubygems

Version Path
rexec-1.2.1 lib/rexec/client.rb
rexec-1.1.12 lib/rexec/client.rb
rexec-1.1.11 lib/rexec/client.rb
rexec-1.1.10 lib/rexec/client.rb