Method: Prism::SelfNode#comment_targets
- Defined in:
- lib/prism/node.rb
#comment_targets ⇒ Object
def comment_targets: () -> Array[Node | Location]
16191 16192 16193 |
# File 'lib/prism/node.rb', line 16191 def comment_targets [] #: Array[Prism::node | Location] end |