Results for: "Logger"

Returns the latest release version of RubyGems.

Like Enumerable#select, but chains operation to be lazy-evaluated.

Generates a random prime number of bit length bits. If safe is set to true, generates a safe prime. If add is specified, generates a prime that fulfills condition p % add = rem.

Parameters

Translates and dispatches Windows message.

No documentation available

Returns the X509 certificate chain (an array of strings) for the session’s socket peer, or nil if none.

Returns the X509 certificate chain (an array of strings) for the session’s socket peer, or nil if none.

Represents the location of the ‘&&=` operator.

@@target &&= value
         ^^^

attr_reader operator_loc: Location

Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator_loc.

attr_reader operator_loc: Location

attr_reader operator_loc: Location

Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator_loc.

attr_reader operator_loc: Location

attr_reader operator_loc: Location

Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator_loc.

attr_reader operator_loc: Location

attr_reader operator_loc: Location

Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator_loc.

attr_reader operator_loc: Location

attr_reader operator_loc: Location

Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator_loc.

Represents the alternation operator location.

foo => bar | baz
           ^

The location of the ‘and` keyword or the `&&` operator.

left and right
     ^^^

Represents the optional source location for the closing token.

[1,2,3]                 # "]"
%w[foo bar baz]         # "]"
%I(apple orange banana) # ")"
foo = 1, 2, 3           # nil
Search took: 3ms  ·  Total Results: 3406