Method: Prism::ArrayNode#comment_targets
- Defined in:
- lib/prism/node.rb
#comment_targets ⇒ Object
def comment_targets: () -> Array[Node | Location]
774 775 776 |
# File 'lib/prism/node.rb', line 774 def comment_targets [*elements, *opening_loc, *closing_loc] #: Array[Prism::node | Location] end |