Method: Prism::LocalVariableOrWriteNode#comment_targets

Defined in:
lib/prism/node.rb

#comment_targetsObject

def comment_targets: () -> Array[Node | Location]



10706
10707
10708
# File 'lib/prism/node.rb', line 10706

def comment_targets
  [name_loc, operator_loc, value] #: Array[Prism::node | Location]
end