class RDoc::Parser::Ruby

def create_attr container, single, name, rw, comment # :nodoc:

:nodoc:
def create_attr container, single, name, rw, comment # :nodoc:
  att = RDoc::Attr.new get_tkread, name, rw, comment, single == SINGLE
  record_location att
  container.add_attribute att
  @stats.add_attribute att
  att
end