enum

GitHub::Diff::Status

Inherits Enum < Comparable < Value < Object

Constants

Diverged = 0
Ahead = 1
Behind = 2
Identical = 3

Instance methods

ahead?

Returns true if this enum value equals Ahead

Source
behind?

Returns true if this enum value equals Behind

Source
diverged?

Returns true if this enum value equals Diverged

Source
identical?

Returns true if this enum value equals Identical

Source