Method: IsoDoc::Metadata#stage_abbr
- Defined in:
- lib/isodoc/metadata.rb
#stage_abbr(docstatus) ⇒ Object
77 78 79 |
# File 'lib/isodoc/metadata.rb', line 77 def stage_abbr(docstatus) status_print(docstatus).split(/ /).map { |s| s[0].upcase }.join end |