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