Module: Monolens::Check

Extended by:
Namespace
Defined in:
lib/monolens/stdlib/check.rb,
lib/monolens/stdlib/check/not_empty.rb

Defined Under Namespace

Classes: NotEmpty

Class Method Summary collapse

Methods included from Namespace

factor_lens

Class Method Details

.notEmpty(options, registry) ⇒ Object



5
6
7
# File 'lib/monolens/stdlib/check.rb', line 5

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