diff options
| author | Paul Kmiec <[email protected]> | 2023-05-13 14:51:41 -0700 |
|---|---|---|
| committer | Paul Kmiec <[email protected]> | 2023-05-15 13:55:04 -0700 |
| commit | 71b358f0c73c73f88275b4c1c89fdf5372281ada (patch) | |
| tree | d53313e1898462abbc958ca83d37212a7521f423 /lib/axlsx/util | |
| parent | 4627bcce04ade9c17e1d0c169100a6288195f6ac (diff) | |
| download | caxlsx-71b358f0c73c73f88275b4c1c89fdf5372281ada.tar.gz caxlsx-71b358f0c73c73f88275b4c1c89fdf5372281ada.zip | |
Corrected rubocop offenses in lib/axlsx.rb / test/tc_axlsx.rb
Diffstat (limited to 'lib/axlsx/util')
| -rw-r--r-- | lib/axlsx/util/constants.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/util/constants.rb b/lib/axlsx/util/constants.rb index 4697bb3a..af8d9702 100644 --- a/lib/axlsx/util/constants.rb +++ b/lib/axlsx/util/constants.rb @@ -413,4 +413,6 @@ module Axlsx # Numeric recognition NUMERIC_REGEX = /\A[+-]?\d+?\Z/.freeze + + BOOLEAN_VALUES = [true, false].freeze end |
