method

new

v1_8_7_72 - Show latest stable - Class: RDoc::Include
new(name, comment)
public

No documentation available.

# File lib/rdoc/code_objects.rb, line 757
    def initialize(name, comment)
      super()
      @name = name
      self.comment = comment
    end