# File lib/ramaze/helper/blue_form.rb, line 9 def form(options = {}, &block) form = Form.new(options) form.build(form_errors, &block) form end