Skip to content

Commit 4f455dc

Browse files
authored
Merge pull request ruby#2844 from S-H-GAMELINKS/add/node-newline-method-type
2 parents b68cdba + de7afaa commit 4f455dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/sig/prism/node.rbs.erb

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module Prism
2020
def to_dot: () -> String
2121
def tunnel: (Integer line, Integer column) -> Array[Prism::node]
2222
def deprecated: (*String) -> void
23+
def newline!: (Array[untyped]) -> void
2324
end
2425

2526
type node_singleton = singleton(Node) & _NodeSingleton

0 commit comments

Comments
 (0)