module DEBUGGER__

def self.compare_path(a, b)

def self.compare_path(a, b)
  a&.downcase == b&.downcase
end