Sha256: 1401199f08215dcd29d6bf3e950d3d93c892402c1a3bb027292a22161b9f4b53
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
# TODO: 実装する # module ProconBypassMan # module ExternalInput # module Channels # class TCPIP < Base # def initialize(port: ) # super() # # TODO: ここでTCPサーバを起動する(port) # end # # def read # end # end # end # end # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
procon_bypass_man-0.3.7 | lib/procon_bypass_man/external_input/channels/tcpip.rb |