Skip to content

Commit e3e0b1e

Browse files
committed
Fix typing
1 parent d6135c9 commit e3e0b1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sig/unit_test/spy.rbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ module RBS
55
| [T, S] (untyped object, Symbol method_name) { (WrapSpy[T], T) -> S } -> S
66

77
class WrapSpy[T]
8+
NO_RETURN: Object
9+
810
attr_accessor callback: ^(Test::CallTrace) -> void
911

1012
attr_reader object: T

0 commit comments

Comments
 (0)