Delete config.rbi

This commit is contained in:
Douglas Eichelberger 2023-01-22 21:26:56 -08:00 committed by GitHub
parent 31ed6906f9
commit 0f224b2428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +0,0 @@
# typed: strict
module EnvVar
sig { params(env: String).returns(String) }
def self.[](env); end
end