enum

Arcane::Tree::Style

Inherits Enum < Comparable < Value < Object

Constants

ASCII = 0
Unicode = 1

Instance methods

ascii?

Returns true if this enum value equals ASCII

Source
unicode?

Returns true if this enum value equals Unicode

Source