module AutoTag
Extended Modules
Defined in:
auto-tag.crConstant Summary
-
TRUTHY_STRINGS =
(["t", "true", "y", "yes", "1"] of ::String).flat_map do |str| [str.downcase, str.upcase, str.capitalize] end.uniq
(["t", "true", "y", "yes", "1"] of ::String).flat_map do |str|
[str.downcase, str.upcase, str.capitalize]
end.uniq