Results for: "remove_const"

Convert internal ID of token symbol to the string.

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

Creates a regular expression to match IPv4 addresses

No documentation available

Returns the max number of flags interned to symbols.

Sets the max number of flags interned to symbols.

No documentation available
No documentation available
No documentation available

The default mail submission port number, 587.

Enables SMTP/TLS (STARTTLS) for this object if server accepts. context is a OpenSSL::SSL::SSLContext object.

The get_attribute_ns method retrieves a method by its namespace and name. Thus it is possible to reliably identify an attribute even if an XML processor has changed the prefix.

Method contributed by Henrik Martensson

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

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

return the stub script text used to launch the true Ruby script

Specification attributes that must be non-nil

Search took: 6ms  ·  Total Results: 3851