Method: RDoc::Generator::Shomen#attributes_all
- Defined in:
- lib/shomen/rdoc.rb
#attributes_all ⇒ Object
List of all attributes in all classes and modules.
89 90 91 |
# File 'lib/shomen/rdoc.rb', line 89 def attributes_all @attributes_all ||= classes.map{ |m| m.attributes }.flatten.sort end |