~singpolyma/sgx-jmp

sgx-jmp/lib/empty_repo.rb -rw-r--r-- 107 bytes
1ef966f3Amolith Eliminate a registration race condition 19 days ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

require "delegate"

class EmptyRepo < SimpleDelegator
	def find(*); end
end