Sha256: 7d20a320727f765f6369f839cb83b2b1dfa8d971e4bfc196fcac01f45cae3c34

Contents?: true

Size: 255 Bytes

Versions: 5

Compression:

Stored size: 255 Bytes

Contents

module Monolens
  module Check
    extend Namespace

    def notEmpty(options, registry)
      NotEmpty.new(options, registry)
    end
    module_function :notEmpty

    Monolens.define_namespace 'check', self
  end
end
require_relative 'check/not_empty'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
monolens-0.6.4 lib/monolens/stdlib/check.rb
monolens-0.6.3 lib/monolens/stdlib/check.rb
monolens-0.6.2 lib/monolens/stdlib/check.rb
monolens-0.6.1 lib/monolens/stdlib/check.rb
monolens-0.6.0 lib/monolens/stdlib/check.rb