Skip to content

Commit 39f8a05

Browse files
committed
Update RBS definition for Any#initialize
Signed-off-by: Alexandre Terrasa <[email protected]>
1 parent 8ca1845 commit 39f8a05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sig/types.rbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ module RBS
113113
class Any < Base
114114
@string: String?
115115

116+
def initialize: (location: Location[bot, bot]?, ?todo: bool) -> void
117+
116118
def todo!: () -> self
117119
end
118120

0 commit comments

Comments
 (0)