# File lib/ramaze/helper/form.rb, line 111 def form_tabindex @tabindex ||= 0 @tabindex += 1 {:tabindex => @tabindex} end