# File lib/ramaze/helper/blue_form.rb, line 137 def input_file(label, name) id = id_for(name) args = {:type => :file, :name => name, :class => 'file', :id => id} @g.p do label_for(id, label, name) @g.input(args) end end