Skip to content

Commit 207e6f2

Browse files
committed
Update exported RBI
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
1 parent 5eb9963 commit 207e6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rbi/spoom.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2945,7 +2945,7 @@ class Spoom::Sorbet::Translate::SorbetAssertionsToRBSComments < ::Spoom::Sorbet:
29452945
sig { params(node: ::Prism::Node).returns(T::Boolean) }
29462946
def at_end_of_line?(node); end
29472947

2948-
sig { params(call: ::Prism::CallNode).void }
2948+
sig { params(call: ::Prism::CallNode).returns(::String) }
29492949
def build_rbs_annotation(call); end
29502950

29512951
sig { params(assign: ::Prism::Node, value: ::Prism::Node).returns(::String) }

0 commit comments

Comments
 (0)