Class: Jcsv::RBNotNil
Overview
Instance Attribute Summary
Attributes included from NextFilter
Instance Method Summary collapse
Methods included from NextFilter
Instance Method Details
#execute(value, context) ⇒ Object
106 107 108 109 |
# File 'lib/constraints.rb', line 106 def execute(value, context) raise ConstraintViolation, "Empty value found:\n#{context}" if (value.nil?) exec_next(value, context) end |