enum

PubGrub::Relation

Inherits Enum < Comparable < Value < Object

Constants

Subset = 0
Disjoint = 1
Overlapping = 2

Instance methods

disjoint?

Returns true if this enum value equals Disjoint

Source
overlapping?

Returns true if this enum value equals Overlapping

Source
subset?

Returns true if this enum value equals Subset

Source