Class: Aws::Xray::NullSocket

Inherits:
Object
  • Object
show all
Defined in:
lib/aws/xray/sockets.rb

Instance Method Summary collapse

Instance Method Details

#closeObject



37
# File 'lib/aws/xray/sockets.rb', line 37

def close; end

#send(body) ⇒ Object



33
34
35
# File 'lib/aws/xray/sockets.rb', line 33

def send(body, *)
  body.size
end