empty_repo.rb

1# frozen_string_literal: true
2
3require "delegate"
4
5class EmptyRepo < SimpleDelegator
6	def find(*); end
7end