We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b68cdba + de7afaa commit 4f455dcCopy full SHA for 4f455dc
templates/sig/prism/node.rbs.erb
@@ -20,6 +20,7 @@ module Prism
20
def to_dot: () -> String
21
def tunnel: (Integer line, Integer column) -> Array[Prism::node]
22
def deprecated: (*String) -> void
23
+ def newline!: (Array[untyped]) -> void
24
end
25
26
type node_singleton = singleton(Node) & _NodeSingleton
0 commit comments