Method: Prism::ConstantPathOperatorWriteNode#comment_targets
- Defined in:
- lib/prism/node.rb
#comment_targets ⇒ Object
def comment_targets: () -> Array[Node | Location]
5208 5209 5210 |
# File 'lib/prism/node.rb', line 5208 def comment_targets [target, binary_operator_loc, value] #: Array[Prism::node | Location] end |