Method: Formic::Password#_initialize
- Defined in:
- lib/formic/password.rb
#_initialize(name = nil, options = {}, &block) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/formic/password.rb', line 3 def _initialize name=nil, ={}, &block super [:value] = '' [:type] = 'password' return self end |