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
Class Method Details
.notEmpty(options, registry) ⇒ Object
5 6 7 |
# File 'lib/monolens/stdlib/check.rb', line 5 def notEmpty(, registry) NotEmpty.new(, registry) end |