Method: Prism::SelfNode#comment_targets

Defined in:
lib/prism/node.rb

#comment_targetsObject

def comment_targets: () -> Array[Node | Location]



12601
12602
12603
# File 'lib/prism/node.rb', line 12601

def comment_targets
  []
end