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