# File lib/ramaze/helper/form.rb, line 24 def form_file(label, name) form_input(label, :type => :file, :name => name) end