summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util/constants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/util/constants.rb')
-rw-r--r--lib/axlsx/util/constants.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/util/constants.rb b/lib/axlsx/util/constants.rb
index 42a7683c..5ef3ece1 100644
--- a/lib/axlsx/util/constants.rb
+++ b/lib/axlsx/util/constants.rb
@@ -423,4 +423,6 @@ module Axlsx
# Trailing character that indicates an array formula.
ARRAY_FORMULA_SUFFIX = '}'
+
+ BOOLEAN_VALUES = [true, false].freeze
end