Libraries
»
dry-validation
(0.12.0)
»
Index
»
Dry
»
Validation
»
ProcessInput
»
#call
Method: Dry::Validation::ProcessInput#call
Defined in:
lib/dry/validation/executor.rb
#
call
(input) ⇒
Object
10 11 12
# File 'lib/dry/validation/executor.rb', line 10
def
call
(
input
,
*
)
processor
.
(
input
)
end