Module: Kiba::Extend::Registry::EntrySummarizable
- Included in:
- FileRegistryEntry
- Defined in:
- lib/kiba/extend/registry/entry_summarizable.rb
Overview
Mixin methods for deriving FileRegistryEntry summary for display
Instance Method Summary collapse
-
#summary ⇒ String
Printable string summarizing the Entry, called by project applications.
Instance Method Details
#summary ⇒ String
Printable string summarizing the Entry, called by project applications
10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/kiba/extend/registry/entry_summarizable.rb', line 10 def summary [ summary_first_line, summary_desc, summary_path, summary_creator, summary_lookup_on, "\n" ].compact .join("\n") end |