Skip to content

Commit

Permalink
Merge pull request #2844 from S-H-GAMELINKS/add/node-newline-method-type
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed May 25, 2024
2 parents b68cdba + de7afaa commit 4f455dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/sig/prism/node.rbs.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module Prism
def to_dot: () -> String
def tunnel: (Integer line, Integer column) -> Array[Prism::node]
def deprecated: (*String) -> void
def newline!: (Array[untyped]) -> void
end

type node_singleton = singleton(Node) & _NodeSingleton
Expand Down

0 comments on commit 4f455dc

Please sign in to comment.