Sha256: a7be3fe0423a10ca3b696ca1bf08bba011455377aed2cf616cebd5ea2bf7451d
Contents?: true
Size: 250 Bytes
Versions: 7
Compression:
Stored size: 250 Bytes
Contents
module JsonSchema class Configuration attr_reader :validate_regex_with def validate_regex_with=(validator) @validate_regex_with = validator end private def initialize @validate_regex_with = nil end end end
Version data entries
7 entries across 7 versions & 1 rubygems