diff --git a/lib/bundled_rbi/sorbet-coerce.rbi b/lib/bundled_rbi/sorbet-coerce.rbi index 067d617..9162a9a 100644 --- a/lib/bundled_rbi/sorbet-coerce.rbi +++ b/lib/bundled_rbi/sorbet-coerce.rbi @@ -9,8 +9,8 @@ module TypeCoerce Elem = type_member - sig { params(args: T.untyped, raise_coercion_error: T.nilable(T::Boolean)).returns(Elem) } - def from(args, raise_coercion_error: nil); end + sig { params(args: T.untyped, raise_coercion_error: T.nilable(T::Boolean), coerce_empty_to_nil: T::Boolean).returns(Elem) } + def from(args, raise_coercion_error: nil, coerce_empty_to_nil: false); end class CoercionError < SafeType::CoercionError; end class ShapeError < SafeType::CoercionError; end