Module: FSPSocket
Defined Under Namespace
Constant Summary collapse
- @@log =
Logger.new(STDOUT)
- @@base =
[ENV['HOME'], "Dropbox", "socks"].join(File::SEPARATOR)
Class Method Summary collapse
Class Method Details
.new ⇒ Object
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 |