Sha256: 05ca43b6f172867c293e6d524cdfb55034e75d3ea432dfc17ef6ac07882d9881
Contents?: true
Size: 229 Bytes
Versions: 22
Compression:
Stored size: 229 Bytes
Contents
module OptParseValidator # Implemetantion of the DirectoryPath Option class OptDirectoryPath < OptPath def initialize(option, attrs = {}) super(option, attrs) @attrs.merge!(directory: true) end end end
Version data entries
22 entries across 22 versions & 1 rubygems