enum

Arcane::Table::Style

Inherits Enum < Comparable < Value < Object

Constants

ASCII = 0
Unicode = 1
UnicodeDouble = 2

Instance methods

ascii?

Returns true if this enum value equals ASCII

Source
unicode?

Returns true if this enum value equals Unicode

Source
unicode_double?

Returns true if this enum value equals UnicodeDouble

Source