Results for: "strip"

Returns true if this gem is installable for the current platform.

Returns true if this specification is installable on this platform.

Factory for servlet instances that will handle a request from server using options from the mount point. By default a new servlet instance is created for every call.

Handles POST requests

Returns the Atom URI W3C Namespace

No documentation available

Loads the given private key identified by id and data.

An EngineError is raised of the OpenSSL::PKey is unavailable.

No documentation available
No documentation available

Extracts addr 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_addr #=> #<Addrinfo: ::1>

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

Extra files to add to RDoc such as README or doc/examples.txt

When the user elects to generate the RDoc documentation for a gem (typically at install time), all the library files are sent to RDoc for processing. This option allows you to have some non-code files included for a more complete set of documentation.

Usage:

spec.extra_rdoc_files = ['README', 'doc/user-guide.txt']
No documentation available

Sets extra_rdoc_files to files, ensuring it is an array. Don’t use this, push onto the array instead.

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
No documentation available
No documentation available
No documentation available
No documentation available
Search took: 5ms  ·  Total Results: 1841