Method: Prism::AliasMethodNode#comment_targets
- Defined in:
- lib/prism/node.rb
#comment_targets ⇒ Object
def comment_targets: () -> Array[Node | Location]
356 357 358 |
# File 'lib/prism/node.rb', line 356 def comment_targets [new_name, old_name, keyword_loc] #: Array[Prism::node | Location] end |