Method: Prism::SuperNode#comment_targets
- Defined in:
- lib/prism/node.rb
#comment_targets ⇒ Object
def comment_targets: () -> Array[Node | Location]
13416 13417 13418 |
# File 'lib/prism/node.rb', line 13416 def comment_targets [keyword_loc, *lparen_loc, *arguments, *rparen_loc, *block] end |