# File lib/simple_form/inputs/password_input.rb, line 6
      def input
        add_size!
        @builder.password_field(attribute_name, input_html_options)
      end