Module: FSPSocket

Included in:
Manager, PSocket
Defined in:
lib/fspsocket.rb

Defined Under Namespace

Classes: Manager, PSocket

Constant Summary collapse

@@log =
Logger.new(STDOUT)
@@base =
[ENV['HOME'], "Dropbox", "socks"].join(File::SEPARATOR)

Class Method Summary collapse

Class Method Details

.newObject



26
27
28
# File 'lib/fspsocket.rb', line 26

def FSPSocket.new
  return PSocket.new
end

.open(dst_id, &block) ⇒ Object



30
31
32
# File 'lib/fspsocket.rb', line 30

def FSPSocket.open(dst_id, &block)
  return PSocket.open(dst_id, block)
end