lib/websocket_td.rb in websocket-td-0.0.3 vs lib/websocket_td.rb in websocket-td-0.0.4

- old
+ new

@@ -1,7 +1,7 @@ require 'websocket' require 'socket' -require '../lib/errors' +require File.dirname(__FILE__) + '/errors' module WebsocketTD class Websocket IS_WINDOWS = (RbConfig::CONFIG['host_os'] =~ /mswin|mingw|cygwin/) # max length bytes to try to read from a socket per attempt \ No newline at end of file