lib/www/mechanize/form/button.rb



module WWW
  class Mechanize
    class Form
      # This class represents a Submit button in a form.
      class Button < Field; end 
    end
  end
end