Sha256: 3f9cd37148c1b3ef5b3551fdad749346b3a1becba2c123b82db1a34a85fa29dc
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true module EacTemplates module InterfaceMethods COMMON = %w[apply path].freeze ONLY_DIRECTORY = %w[child children].freeze DIRECTORY = COMMON + ONLY_DIRECTORY ONLY_FILE = %w[apply_to_file content variables].freeze FILE = COMMON + ONLY_FILE ALL = COMMON + ONLY_DIRECTORY + ONLY_FILE end end
Version data entries
3 entries across 3 versions & 2 rubygems