class DocTemplate::Tables::Metadata
Constants
- HEADER_LABEL
- HTML_VALUE_FIELDS
Public Instance Methods
parse(fragment, *_args)
click to toggle source
Calls superclass method
DocTemplate::Tables::Base::parse
# File lib/doc_template/tables/metadata.rb, line 9 def parse(fragment, *_args) super @data['subject'] = @data['subject'].to_s.downcase if @data.present? self end