Method: Prism::BlockArgumentNode#comment_targets

Defined in:
lib/prism/node.rb

#comment_targetsObject

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



1177
1178
1179
# File 'lib/prism/node.rb', line 1177

def comment_targets
  [*expression, operator_loc]
end