method
comment=
v1_9_1_378 -
Show latest stable
- Class:
RDoc::NormalModule
comment=(comment)public
No documentation available.
# File lib/rdoc/code_objects.rb, line 812
def comment=(comment)
return if comment.empty?
comment = @comment << "# ---\n" << comment unless @comment.empty?
super
end