new(name, comment)
Creates a new Mixin for name with comment
# File lib/rdoc/mixin.rb, line 16 def initialize(name, comment) super() @name = name self.comment = comment @module = nil # cache for module if found end