Module: Gnm::CollectFlags

Defined in:
(unknown)

Constant Summary collapse

IGNORE_STRINGS =
1 or :ignore_strings
ZERO_STRINGS =
2 or :zero_strings
COERCE_STRINGS =
4 or :coerce_strings
IGNORE_BOOLS =
16 or :ignore_bools
ZEROONE_BOOLS =
32 or :zeroone_bools
IGNORE_ERRORS =
256 or :ignore_errors
ZERO_ERRORS =
512 or :zero_errors
IGNORE_BLANKS =
4096 or :ignore_blanks
ZERO_BLANKS =
8192 or :zero_blanks
IGNORE_SUBTOTAL =
16384 or :ignore_subtotal
SORT =
65536 or :sort
ORDER_IRRELEVANT =
131072 or :order_irrelevant
INFO =
16777216 or :info