enum

Git::Formatter::OutputFormat

Inherits Enum < Comparable < Value < Object

Constants

Lines = 0
Array = 1
Object = 2

Instance methods

array?

Returns true if this enum value equals Array

Source
lines?

Returns true if this enum value equals Lines

Source
object?

Returns true if this enum value equals Object

Source