# File lib/mechanize/page.rb, line 58
      def form(name)
        f = forms.name(name).first
        yield f if block_given?
        f
      end