Sha256: 7a68841ec94be657d9e1d4ce6ea050645fb5ffd0c92fbf8540936b2810c95134
Contents?: true
Size: 260 Bytes
Versions: 24
Compression:
Stored size: 260 Bytes
Contents
module Pkg class ConfigValidations class << self # As a validation, this one is kindof lame but is intended as a seed pattern for possibly # more robust ones. def not_empty?(value) !value.to_s.empty? end end end end
Version data entries
24 entries across 24 versions & 1 rubygems