We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6135c9 commit e3e0b1eCopy full SHA for e3e0b1e
sig/unit_test/spy.rbs
@@ -5,6 +5,8 @@ module RBS
5
| [T, S] (untyped object, Symbol method_name) { (WrapSpy[T], T) -> S } -> S
6
7
class WrapSpy[T]
8
+ NO_RETURN: Object
9
+
10
attr_accessor callback: ^(Test::CallTrace) -> void
11
12
attr_reader object: T
0 commit comments