Results for: "strip"

Extracts ifindex from IPV6_PKTINFO ancillary data.

IPV6_PKTINFO is defined by RFC 3542.

addr = Addrinfo.ip("::1")
ifindex = 0
ancdata = Socket::AncillaryData.ipv6_pktinfo(addr, ifindex)
p ancdata.ipv6_pktinfo_ifindex #=> 0
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Create a new DRbObject from a URI alone.

Create a new DRbObject from a URI alone.

No documentation available

Returns whether the request may have a body:

Net::HTTP::Post.new(uri).request_body_permitted? # => true
Net::HTTP::Get.new(uri).request_body_permitted?  # => false
No documentation available
No documentation available

Compile a RetryNode node

Compile a StatementsNode node

Compile a TrueNode node

Dispatch enter and leave events for RetryNode nodes and continue walking the tree.

Dispatch enter and leave events for StatementsNode nodes and continue walking the tree.

Dispatch enter and leave events for TrueNode nodes and continue walking the tree.

Copy a RetryNode node

Copy a StatementsNode node

Copy a TrueNode node

The character offset from the beginning of the source where this location starts.

The content of the line where this location starts before this location.

The column number in characters where this location ends from the start of the line.

Visit a StatementsNode node.

Search took: 3ms  ·  Total Results: 2190