class DeprecationToolkit::Collector

def flaky?

def flaky?
  size == 1 && deprecations.first["flaky"] == true
end