Method: Datadog::Core::Remote::Configuration::Path#==

Defined in:
lib/datadog/core/remote/configuration/path.rb

#==(other) ⇒ Object



73
74
75
76
77
# File 'lib/datadog/core/remote/configuration/path.rb', line 73

def ==(other)
  return false unless other.is_a?(Path)

  to_s == other.to_s
end