Class: FormKeeper::Filter::Strip

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

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