Method: CommentUnit::CommentPart#combine_with

Defined in:
lib/comment_part.rb

#combine_with(another) ⇒ Object



34
35
36
# File 'lib/comment_part.rb', line 34

def combine_with(another)
  @content << ';' << another.content
end