Method: Prism::ImaginaryNode#comment_targets
- Defined in:
- lib/prism/node.rb
#comment_targets ⇒ Object
def comment_targets: () -> Array[Node | Location]
7699 7700 7701 |
# File 'lib/prism/node.rb', line 7699 def comment_targets [numeric] #: Array[Prism::node | Location] end |