Work fork of the thin proxy SGX that represents JMP.chat itself
1# frozen_string_literal: true 2 3require "delegate" 4 5class EmptyRepo < SimpleDelegator 6 def find(*); end 7end