Results for: "remove_const"

Pins the gem name to the given source. Adding a gem with the same name from a different source will raise an exception.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Attempts to re-sign an expired cert with a given private key

No documentation available

Creates a new Socket::Option object for IP_MULTICAST_TTL.

The size is dependent on the platform.

p Socket::Option.ipv4_multicast_ttl(10)
#=> #<Socket::Option: INET IP MULTICAST_TTL 10>

Returns the ipv4_multicast_ttl data in sockopt as an integer.

sockopt = Socket::Option.ipv4_multicast_ttl(10)
p sockopt.ipv4_multicast_ttl => 10

Creates a new Socket::Option object for IP_MULTICAST_LOOP.

The size is dependent on the platform.

sockopt = Socket::Option.int(:INET, :IPPROTO_IP, :IP_MULTICAST_LOOP, 1)
p sockopt.int => 1

p Socket::Option.ipv4_multicast_loop(10)
#=> #<Socket::Option: INET IP MULTICAST_LOOP 10>

Returns the ipv4_multicast_loop data in sockopt as an integer.

sockopt = Socket::Option.ipv4_multicast_loop(10)
p sockopt.ipv4_multicast_loop => 10
No documentation available
No documentation available
No documentation available
No documentation available

Creates a regular expression to match IPv4 addresses

No documentation available

Compile a RationalNode node

Compile a StringNode node

Compile a XStringNode node

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

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

Search took: 8ms  ·  Total Results: 4862