# File lib/benelux/timeline.rb, line 192 192: def +(other) 193: self.push *other 194: @ranges.push *other.ranges 195: @messages.push *tl.messages 196: @stats += other.stats 197: self 198: end