Method: RDoc::Context#class_attributes
- Defined in:
- lib/rdoc/code_object/context.rb
#class_attributes ⇒ Object
Class attributes
645 646 647 |
# File 'lib/rdoc/code_object/context.rb', line 645 def class_attributes @class_attributes ||= attributes.select { |a| a.singleton } end |