Class: FormKeeper::Filter::UpCase

Inherits:
Base
  • Object
show all
Defined in:
lib/formkeeper.rb

Instance Method Summary collapse

Instance Method Details

#process(value) ⇒ Object



59
60
61
# File 'lib/formkeeper.rb', line 59

def process(value)
  return value.upcase
end