# File rxml/base_transformer.rb, line 204 def form(doc, id, action, method) doc << "\n<form method=\"" << method.downcase << "\" action=\"" << action << "\" id=\"#{id}\" #{options[:style]}>" yield doc doc << '</form>' end