Sha256: 30991f07a84846daee68d116db421dce8b76b823bdf386441248706dc7f2ea48
Contents?: true
Size: 197 Bytes
Versions: 17
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
17 entries across 17 versions & 1 rubygems