method

comment=

ruby latest stable - Class: RDoc::NormalModule

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

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