Class: Aws::Xray::NullSocket

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

Instance Method Summary collapse

Instance Method Details

#closeObject



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

def close; end

#send(body) ⇒ Object



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

def send(body, *)
  body.size
end