Update RBI files for parlour.

This commit is contained in:
BrewTestBot 2022-05-10 18:11:26 +00:00
parent 413257e19b
commit 114a8c7522
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -148,7 +148,7 @@ module Parlour::Mixin::Searchable
abstract!
Child = type_member
Child = type_member { { upper: Parlour::TypedObject } }
sig { abstract.returns(T::Array[Child]) }
def children; end