Libraries
»
formkeeper
(0.0.15)
»
Index
»
FormKeeper
»
Filter
»
UpCase
»
#process
Method: FormKeeper::Filter::UpCase#process
Defined in:
lib/formkeeper.rb
#
process
(value) ⇒
Object
60 61 62
# File 'lib/formkeeper.rb', line 60
def
process
(
value
)
return
value
.
upcase
end