Results for: "String# "

Note: Don’t use this class directly. This is an internal class.

The DidYouMean::Formatter is the basic, default formatter for the gem. The formatter responds to the message_for method and it returns a human readable string.

No documentation available

spell checker for a dictionary that has a tree structure, see doc/tree_spell_checker_api.md

An entry in an ACL

A list of ACLEntry objects. Used to implement the allow and deny halves of an ACL

Error raised by the DRbProtocol module when it cannot find any protocol implementation support the scheme specified in a URI.

Timer id conversion keeps objects alive for a certain amount of time after their last access. The default time period is 600 seconds and can be changed upon initialization.

To use TimerIdConv:

DRb.install_id_conv TimerIdConv.new 60 # one minute
No documentation available

Raised when the provided IP address is an invalid address.

Raised when the address is an invalid length.

This class is the base class for Net::HTTP request classes; it wraps together the request path and the request headers.

The class should not be used directly; instead you should use its subclasses.

Subclasses for HTTP requests:

Subclasses for WebDAV requests:

Parent class for informational (1xx) HTTP response classes.

An informational response indicates that the request was received and understood.

References:

Response class for Continue responses (status code 100).

A Continue response indicates that the server has received the request headers.

References:

Response class for Early Hints responses (status code 103).

The Early Hints indicates that the server has received and is processing the request, and contains certain headers; the final response is not available yet.

References:

Response class for Multi-Status (WebDAV) responses (status code 207).

The Multi-Status (WebDAV) response indicates that the server has received the request, and that the message body can contain a number of separate response codes. See 207 Multi-Status (WebDAV).

Response class for Found responses (status code 302).

The Found response indicates that the client should look at (browse to) another URL. See 302 Found.

Response class for Permanent Redirect responses (status code 308).

This and all future requests should be directed to the given URI. See 308 Permanent Redirect.

Response class for Bad Request responses (status code 400).

The server cannot or will not process the request due to an apparent client error. See 400 Bad Request.

Response class for Unauthorized responses (status code 401).

Authentication is required, but either was not provided or failed. See 401 Unauthorized.

Response class for Payment Required responses (status code 402).

Reserved for future use. See 402 Payment Required.

Response class for Request Timeout responses (status code 408).

The server timed out waiting for the request. See 408 Request Timeout.

Response class for Request Timeout responses (status code 408).

The server timed out waiting for the request. See 408 Request Timeout.

Response class for Length Required responses (status code 411).

The request did not specify the length of its content, which is required by the requested resource. See 411 Length Required.

Response class for Payload Too Large responses (status code 413).

The request is larger than the server is willing or able to process. See 413 Payload Too Large.

Search took: 3ms  ·  Total Results: 2725