enum

Config::Format

Inherits Enum < Comparable < Value < Object

Constants

JSON = 0
YAML = 1

Instance methods

json?

Returns true if this enum value equals JSON

Source
yaml?

Returns true if this enum value equals YAML

Source