Class: Gemvault::ManifestText::Header

Inherits:
Object
  • Object
show all
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

#linesObject



73
# File 'lib/gemvault/manifest_text.rb', line 73

def lines = ["#{MAGIC} #{format_version}", "created #{created_at}", ""]