Class: FormKeeper::Filter::Base

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

Direct Known Subclasses

Capitalize, Custom, DownCase, Strip, ToUTF8, UpCase

Instance Method Summary collapse

Instance Method Details

#process(value) ⇒ Object



33
34
35
# File 'lib/formkeeper.rb', line 33

def process(value)
  return value
end