Sha256: 14bb8df70f63d670071f101d30bf82a01706ee8c86e095de5d8dc3b33099947a
Contents?: true
Size: 197 Bytes
Versions: 19
Compression:
Stored size: 197 Bytes
Contents
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
19 entries across 19 versions & 1 rubygems