# File rbs-1.0.4/lib/rbs/ast/comment.rb, line 12 def ==(other) other.is_a?(Comment) && other.string == string end
# File rbs-1.0.4/lib/rbs/ast/comment.rb, line 26 def concat(string,, location)) @string.concat string if loc = @location loc.concat location else @location = location end self end