Skip to content

Commit 6d2348e

Browse files
committed
Update RBS signature for TypeParam#initialize
Signed-off-by: Alexandre Terrasa <[email protected]>
1 parent 2fe2f76 commit 6d2348e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sig/type_param.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module RBS
2626

2727
attr_reader default_type: Types::t?
2828

29-
def initialize: (name: Symbol, variance: variance, upper_bound: Types::t?, location: loc?, ?default_type: Types::t?) -> void
29+
def initialize: (name: Symbol, variance: variance, upper_bound: Types::t?, location: loc?, ?default_type: Types::t?, ?unchecked: bool) -> void
3030

3131
include _ToJson
3232

0 commit comments

Comments
 (0)