enum Agate::DescribeStrategy

Overview

Strategy for which references to consider when describing.

Defined in:

agate/describe.cr

Enum Members

Default = 0_u32

Only consider annotated tags (default).

Tags = 1_u32

Consider all tags (annotated and lightweight).

All = 2_u32

Consider all refs under refs/.

Instance Method Summary

Instance Method Detail

def all? #

Returns true if this enum value equals All


[View source]
def default? #

Returns true if this enum value equals Default


[View source]
def tags? #

Returns true if this enum value equals Tags


[View source]