formの入力フィールド名一欄表示方法

 form = page.forms.first # => Mechanize::Form
 form.fields.each { |f| puts f.name }

ネタ元