Inherits

Methods

kind

Returns :text

Returns:
Type Details
Symbol :text
See Also:

new

(value)

Coerces the value to String

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

assert

(value, message = nil, &block)

Asserts that a given value is a String

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 a String
See Also:

to_s

Returns "text"

Returns:
Type Details
String "text"
See Also: