Sha256: b21d5fbf42aafdb5028b08f9c9734217f6d6bbb7911fe701d0323e3cdd45bea4
Contents?: true
Size: 228 Bytes
Versions: 14
Compression:
Stored size: 228 Bytes
Contents
# frozen_string_literal: true module OptParseValidator # Implementation of the URL Option class OptURL < OptURI # @return [ Array ] The allowed protocols def allowed_protocols %w[http https] end end end
Version data entries
14 entries across 14 versions & 1 rubygems