Skip to content

Commit 0f78e5c

Browse files
committed
Small RBI file updates to compensate for missing constants
1 parent d1d4e23 commit 0f78e5c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sorbet/rbi/shims/erb.rbi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# typed: true
2+
3+
module ERB::Escape; end

sorbet/rbi/shims/set.rbi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ class Set
44
sig { returns(T.self_type) }
55
def compare_by_identity; end
66
end
7+
8+
module Set::SubclassCompatible; end
9+
module Set::SubclassCompatible::ClassMethods; end

0 commit comments

Comments
 (0)