# File lib/ramaze/helper/form.rb, line 16 def form_password(label, name) form_input(label, :type => :password, :name => name) end