class CCK::KeysChecker

def self.compare(detected, expected)

def self.compare(detected, expected)
  new(detected, expected).compare
end