Results for: "module_function"

Returns binary extensions dir for specified RubyGems base dir or nil if such directory cannot be determined.

By default, the binary extensions are located side by side with their Ruby counterparts, therefore nil is returned

Returns the Object#object_id of the internal object.

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
No documentation available
No documentation available

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

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

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

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

No documentation available

Gems higher up in gem_path take precedence

No documentation available
No documentation available

Remove the +~/.gem/credentials+ file to clear all the current sessions.

No documentation available
No documentation available
No documentation available

Extracts S3 configuration for S3 bucket

Returns a Set that can fetch specifications from this source.

The set will optionally fetch prereleases if requested.

Find and fetch gem name tuples that match dependency.

If matching_platform is false, gems for all platforms are returned.

Find and fetch specs that match dependency.

If matching_platform is false, gems for all platforms are returned.

Adds a development dependency named gem with requirements to this gem.

Usage:

spec.add_development_dependency 'example', '~> 1.1', '>= 1.1.4'

Development dependencies aren’t installed by default and aren’t activated when a gem is required.

Return currently unresolved specs that contain the file matching path.

Specification attributes that must be non-nil

Search took: 3ms  ·  Total Results: 3310