require_relative '../../../spec_helper' require 'matrix' describe "Matrix::Scalar#+" do it "needs to be reviewed for spec completeness" end s://git.ruby-lang.org/ruby.git/atom/ext/socket/basicsocket.c?h=v3_2_4' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/ext/socket/basicsocket.c
AgeCommit message (Expand)Author
2022-10-08Try `nil` as default for 'default timeout'. (#6509)Samuel Williams
2022-10-07Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2021-09-23[DOC] Use `unpack1` instead of `unpack(template)[0]` [ci skip]Kazuhiro NISHIYAMA
2021-07-12Avoid calling `fstat` on things we already know are valid sockets.Samuel Williams
2021-06-22Deprecate and rework old (fd) centric functions.Samuel Williams
2021-06-22Direct io for accept, send, sendmsg, recvfrom, and related methods.Samuel Williams