Method: Prism::GlobalVariableOperatorWriteNode#comment_targets
- Defined in:
- lib/prism/node.rb
#comment_targets ⇒ Object
def comment_targets: () -> Array[Node | Location]
6125 6126 6127 |
# File 'lib/prism/node.rb', line 6125 def comment_targets [name_loc, operator_loc, value] end |