Method: Prism::ItLocalVariableReadNode#comment_targets
- Defined in:
- lib/prism/node.rb
#comment_targets ⇒ Object
def comment_targets: () -> Array[Node | Location]
10035 10036 10037 |
# File 'lib/prism/node.rb', line 10035 def comment_targets [] #: Array[Prism::node | Location] end |