# File lib/moped/connection/socket/connectable.rb, line 45 def read(length) check_if_alive! handle_socket_errors { super } end