class YARP::ParseResult::Comments::LocationTarget
node. For example, the ‘end` token of a ClassNode.
A target for attaching comments that is based on a location field on a
def <<(comment)
def <<(comment) location.comments << comment end
def encloses?(comment)
def encloses?(comment) false end
def end_offset
def end_offset location.end_offset end
def initialize(location)
def initialize(location) @location = location end
def start_offset
def start_offset location.start_offset end