# File lib/action_view/helpers/form_helper.rb, line 80 def password_field(object, method, options = {}) InstanceTag.new(object, method, self).to_input_field_tag("password", options) end