enum

Mint::VDOMRenderer::Highlight

Inherits Enum < Comparable < Value < Object

Constants

MintOnly = 0
None = 1
All = 2

Instance methods

all?

Returns true if this enum value equals All

Source
mint_only?

Returns true if this enum value equals MintOnly

Source
none?

Returns true if this enum value equals None

Source