Sha256: fc8d66ca499e70f8d25cfe6a68067b766e3411f35a76846fc2a1aa3df292c838

Contents?: true

Size: 200 Bytes

Versions: 3

Compression:

Stored size: 200 Bytes

Contents

module Formic
  class Password < Input
    def _initialize name=nil, options={}, &block
      super 
      @options[:value] = ''
      @options[:type] = 'password'
      return self
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formic-0.2.5 lib/formic/password.rb
formic-0.2.1 lib/formic/password.rb
formic-0.1.0 lib/formic/password.rb