Method: RDoc::Attr#rw

Defined in:
lib/rdoc/code_object/attr.rb

#rwObject

Is the attribute readable (‘R’), writable (‘W’) or both (‘RW’)?



19
20
21
# File 'lib/rdoc/code_object/attr.rb', line 19

def rw
  @rw
end