Method: Prism::InterpolatedStringNode#comment_targets
- Defined in:
- lib/prism/node.rb
#comment_targets ⇒ Object
def comment_targets: () -> Array[Node | Location]
10848 10849 10850 |
# File 'lib/prism/node.rb', line 10848 def comment_targets [*opening_loc, *parts, *closing_loc] #: Array[Prism::node | Location] end |