module Rserve::TCPSocket
Public Class Methods
Source
# File lib/rbbt/util/R/eval.rb, line 7 def self.new(hostname, port_number) raise "Socket at #{hostname} not found" unless File.exist? hostname @s = Socket.unix hostname end
# File lib/rbbt/util/R/eval.rb, line 7 def self.new(hostname, port_number) raise "Socket at #{hostname} not found" unless File.exist? hostname @s = Socket.unix hostname end