# frozen_string_literal: true require "delegate" class EmptyRepo < SimpleDelegator def find(*); end end