class Aws::Xray::NullSocket

Public Instance Methods

close() click to toggle source
# File lib/aws/xray/sockets.rb, line 39
def close; end
send(body, *) click to toggle source
# File lib/aws/xray/sockets.rb, line 35
def send(body, *)
  body.size
end