Skip to content

Commit afa7fd6

Browse files
committed
Adds sorbet shim for Hash
1 parent 359d9ba commit afa7fd6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sorbet/rbi/shims/hash.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class Hash
2+
def with_indifferent_access; end
3+
end

0 commit comments

Comments
 (0)