Sha256: f5ac80485aa61ba0ec9559edeff3287a632bbe69c41c778822b586a33c4c53bc
Contents?: true
Size: 231 Bytes
Versions: 8
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true module WaterDrop # Namespace for all the contracts for config validations module Contracts # Regex to check that topic has a valid format TOPIC_REGEXP = /\A(\w|\-|\.)+\z/.freeze end end
Version data entries
8 entries across 8 versions & 1 rubygems