~brightbox/brightbox/libeventmachine-ruby

« back to all changes in this revision

Viewing changes to lib/em/protocols/tcptest.rb

  • Committer: Neil Wilson
  • Date: 2011-08-30 12:56:12 UTC
  • Revision ID: neil@aldur.co.uk-20110830125612-vt0a8mujecptrpps
Merge with git 5222bcd4fc3eccbf19212cd007c6f9bb42122538

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
module EventMachine
28
28
  module Protocols
29
29
 
30
 
    class TcpConnectTester < Connection # :nodoc:
 
30
    # @private
 
31
    class TcpConnectTester < Connection
31
32
      include EventMachine::Deferrable
32
33
 
33
34
      def self.test( host, port )
50
51
    end
51
52
 
52
53
  end
53
 
end
 
 
b'\\ No newline at end of file'
 
54
end