Skip to content
Snippets Groups Projects
Commit be019cdb authored by Markus Reiter's avatar Markus Reiter
Browse files

Document `Metadata`.

parent 5f152f5d
No related branches found
No related tags found
No related merge requests found
# 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment