Class: FormKeeper::Filter::Capitalize

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

Instance Method Summary collapse

Instance Method Details

#process(value) ⇒ Object



77
78
79
# File 'lib/formkeeper.rb', line 77

def process(value)
  return value.capitalize
end