Document Metadata.

This commit is contained in:
Markus Reiter 2020-08-24 23:41:50 +02:00
parent 5f152f5dc3
commit be019cdb3b

View File

@ -1,6 +1,9 @@
# frozen_string_literal: true
module Cask
# Helper module for reading and writing cask metadata.
#
# @api private
module Metadata
METADATA_SUBDIR = ".metadata"
TIMESTAMP_FORMAT = "%Y%m%d%H%M%S.%L"