Method: Datadog::Core::Remote::Configuration::Digest#check
- Defined in:
- lib/datadog/core/remote/configuration/digest.rb
#check(content) ⇒ Object
55 56 57 |
# File 'lib/datadog/core/remote/configuration/digest.rb', line 55 def check(content) content.hexdigest(@type) == hexdigest end |