brew/Library/Homebrew/extend/enumerable.rbi

7 lines
102 B
Plaintext
Raw Permalink Normal View History

2024-01-11 14:19:44 -08:00
# typed: strict
class Hash
sig { returns(T::Hash[Hash::K, Hash::V]) }
def compact_blank; end
end