Module: Datadog::CI::Utils::Parsing
- Defined in:
- lib/datadog/ci/utils/parsing.rb
Class Method Summary collapse
Class Method Details
.convert_to_bool(value) ⇒ Object
10 11 12 |
# File 'lib/datadog/ci/utils/parsing.rb', line 10 def self.convert_to_bool(value) value.to_s.downcase == "true" end |