enum

TuiEditor::CodePreview::Format

Inherits Enum / Comparable / Value / Object

Constants

Pug = 0
YAML = 1
JSON = 2
Crystal = 3

Instance methods

crystal?

Returns true if this enum value equals Crystal

Source
json?

Returns true if this enum value equals JSON

Source
pug?

Returns true if this enum value equals Pug

Source
yaml?

Returns true if this enum value equals YAML

Source