Skip to content

Commit

Permalink
Merge pull request #2837 from S-H-GAMELINKS/add/node-deprecated-metho…
Browse files Browse the repository at this point in the history
…d-type

Add Prism::Node#deprecated method type
  • Loading branch information
kddnewton authored May 24, 2024
2 parents 802424e + 400efbb commit ca62c3f
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 @@ -19,6 +19,7 @@ module Prism
def pretty_print: (untyped q) -> untyped
def to_dot: () -> String
def tunnel: (Integer line, Integer column) -> Array[Prism::node]
def deprecated: (*String) -> void
end

type node_singleton = singleton(Node) & _NodeSingleton
Expand Down

0 comments on commit ca62c3f

Please sign in to comment.