Method: Prism::RangeNode#comment_targets
- Defined in:
- lib/prism/node.rb
#comment_targets ⇒ Object
def comment_targets: () -> Array[Node | Location]
13532 13533 13534 |
# File 'lib/prism/node.rb', line 13532 def comment_targets [*left, *right, operator_loc] #: Array[Prism::node | Location] end |