Class: FormKeeper::Filter::Strip
Instance Method Summary collapse
Instance Method Details
#process(value) ⇒ Object
72 73 74 |
# File 'lib/formkeeper.rb', line 72 def process(value) return value.strip end |
72 73 74 |
# File 'lib/formkeeper.rb', line 72 def process(value) return value.strip end |