introduce MogileFS::Socket class
commit7b50489a1bca82ccb0b2e374f3d4f95bb651be5a
authorEric Wong <normalperson@yhbt.net>
Fri, 21 Oct 2011 08:03:58 +0000 (21 08:03 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 31 Oct 2011 22:53:01 +0000 (31 22:53 +0000)
tree010640d14ce194fc1ed4f1271d978683866ee9e5
parentd367d4c5645c946505d39c57b4f619a5c3123a10
introduce MogileFS::Socket class

More work towards _not_ monkey-patching core classes.
lib/mogilefs/socket.rb [new file with mode: 0644]
lib/mogilefs/socket/kgio.rb [new file with mode: 0644]
lib/mogilefs/socket/pure_ruby.rb [new file with mode: 0644]
test/socket_test.rb [new file with mode: 0644]
test/test_mogilefs_socket_kgio.rb [new file with mode: 0644]
test/test_mogilefs_socket_pure.rb [new file with mode: 0644]