Class: FormKeeper::Filter::UpCase
Instance Method Summary collapse
Instance Method Details
#process(value) ⇒ Object
60 61 62 |
# File 'lib/formkeeper.rb', line 60 def process(value) return value.upcase end |
60 61 62 |
# File 'lib/formkeeper.rb', line 60 def process(value) return value.upcase end |