# File lib/omniauth/form.rb, line 94 def input_field(type, name) @html << "\n<input type='#{type}' id='#{name}' name='#{name}'/>" self end