empty_repo.rb

1# frozen_string_literal: true
2
3class EmptyRepo
4	def find(*); end
5end