Class: Gemvault::ManifestText::Header
- Inherits:
-
Object
- Object
- Gemvault::ManifestText::Header
- Defined in:
- lib/gemvault/manifest_text.rb
Overview
The lines every manifest opens with: the format version the writing gemvault declared, the vault's creation time, and a blank separator.
Instance Method Summary collapse
Instance Method Details
#lines ⇒ Object
73 |
# File 'lib/gemvault/manifest_text.rb', line 73 def lines = ["#{MAGIC} #{format_version}", "created #{created_at}", ""] |