34 35 36
# File 'lib/comment_part.rb', line 34 def combine_with(another) @content << ';' << another.content end