# File lib/Borges/HTML/HtmlRenderer.rb, line 369 def password_input(value = "", &callback) value_input(:password, value, &callback) end