class YARD::CLI::Diff

def all_objects

def all_objects
  return Registry.all if @verifier.expressions.empty?
  @verifier.run(Registry.all)
end