= private = protected
comment=(comment)
Update the comment, but don’t overwrite a real comment with an empty one
# File lib/rdoc/code_objects.rb, line 87 def comment=(comment) @comment = comment unless comment.empty? end