sig/locator.rbs in rbs-2.2.2 vs sig/locator.rbs in rbs-2.3.0
- old
+ new
@@ -35,9 +35,11 @@
def find_in_method_type: (Integer pos, method_type: MethodType, array: Array[component]) -> bool
def find_in_type: (Integer pos, type: Types::t, array: Array[component]) -> bool
+ def find_in_type_param: (Integer pos, type_param: AST::TypeParam, array: Array[component]) -> bool
+
def find_in_loc: (Integer pos, location: Location[untyped, untyped]?, array: Array[component]) -> bool
def test_loc: (Integer pos, location: Location[untyped, untyped]?) -> bool
end
end