# File lib/omniauth/form.rb, line 99 def text_field(label, name) label_field(label, name) input_field('text', name) self end