enum

Marker::ThematicBreak::Kind

Inherits Enum < Comparable < Value < Object

Constants

Asterisk = 0
Dash = 1
Underscore = 2

Instance methods

asterisk?

Returns true if this enum value equals Asterisk

Source
dash?

Returns true if this enum value equals Dash

Source
underscore?

Returns true if this enum value equals Underscore

Source