Method: RDoc::ClassModule#document_self_or_methods
- Defined in:
- lib/shomen/rdoc/extensions.rb
#document_self_or_methods ⇒ Object
28 29 30 |
# File 'lib/shomen/rdoc/extensions.rb', line 28 def document_self_or_methods document_self || method_list.any?{ |m| m.document_self } end |