enum

TextUi::Box::BorderStyle

Inherits Enum / Comparable / Value / Object

Constants

RoundedBorder = 0
Fancy = 1

Instance methods

fancy?

Returns true if this enum value equals Fancy

Source
rounded_border?

Returns true if this enum value equals RoundedBorder

Source