enum

CBOR::SimpleValue

Inherits Enum / Comparable / Value / Object

Constants

False = 20_u8
True = 21_u8
Null = 22_u8
Undefined = 23_u8

Instance methods

false?

Returns true if this enum value equals False

Source
is_nil?
Source
null?

Returns true if this enum value equals Null

Source
to_diagnostic
Source
to_t
Source
true?

Returns true if this enum value equals True

Source
undefined?

Returns true if this enum value equals Undefined

Source