Method: YARP::ArrayPatternNode#comment_targets

Defined in:
lib/yarp/node.rb

#comment_targetsObject

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



406
407
408
# File 'lib/yarp/node.rb', line 406

def comment_targets
  [*constant, *requireds, *rest, *posts, *opening_loc, *closing_loc]
end