Inherits

Methods

kind

Returns :int

Returns:
Type Details
Symbol :int
See Also:

new

(value)

Coerces the value to Integer

Parameters:
Name Type Details
value Object original value
Returns:
Type Details
Integer value
See Also:

assert

(value, message = nil, &block)

Asserts that a given value is an Integer

Void
Return value of this method is ignored.
Parameters:
Name Type Details
value Object value to be validated
message String (defaults to: nil) error message to use when assertion fails
Yield Returns:
Type Details
String error message to use when assertion fails
Raises:
Type Details
ArgumentError if the value is not an Integer
See Also:

to_s

Returns "int"

Returns:
Type Details
String "int"
See Also: