Class: Aws::Xray::TestSocket
- Inherits:
-
StringIO
- Object
- StringIO
- Aws::Xray::TestSocket
- Defined in:
- lib/aws/xray/sockets.rb
Overview
For test
Instance Method Summary collapse
Instance Method Details
#close ⇒ Object
17 |
# File 'lib/aws/xray/sockets.rb', line 17 def close; end |
#send(body) ⇒ Object
13 14 15 |
# File 'lib/aws/xray/sockets.rb', line 13 def send(body, *) write(body) end |