class RDoc::Attr
def initialize(text, name, rw, comment, singleton: false)
def initialize(text, name, rw, comment, singleton: false) super(text, name, singleton: singleton) @rw = rw self.comment = comment end
def initialize(text, name, rw, comment, singleton: false) super(text, name, singleton: singleton) @rw = rw self.comment = comment end