Class: FormKeeper::Filter::Base
- Inherits:
-
Object
- Object
- FormKeeper::Filter::Base
- Defined in:
- lib/formkeeper.rb
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 |