Skip to content

Commit 4f455dc

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/sig/prism/node.rbs.erb

Lines changed: 1 addition & 0 deletions
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)