Method: Prism::ForwardingArgumentsNode#comment_targets
- Defined in:
- lib/prism/node.rb
#comment_targets ⇒ Object
def comment_targets: () -> Array[Node | Location]
6472 6473 6474 |
# File 'lib/prism/node.rb', line 6472 def comment_targets [] #: Array[Prism::node | Location] end |