Class | RDoc::Attr |
In: |
code_objects.rb
|
Parent: | CodeObject |
name | [RW] | |
rw | [RW] | |
text | [RW] | |
visibility | [RW] |
# File code_objects.rb, line 889 889: def initialize(text, name, rw, comment) 890: super() 891: @text = text 892: @name = name 893: @rw = rw 894: @visibility = :public 895: self.comment = comment 896: end