Libraries
»
formkeeper
(0.0.15)
»
Index
»
FormKeeper
»
Filter
»
Custom
»
#process
Method: FormKeeper::Filter::Custom#process
Defined in:
lib/formkeeper.rb
#
process
(value) ⇒
Object
42 43 44
# File 'lib/formkeeper.rb', line 42
def
process
(
value
)
@custom
.
call
(
value
)
end