class WWW::Mechanize::Form

def add_button_to_query(button)

submitted with multiple buttons, pass each button to this method.
This method adds a button to the query. If the form needs to be
def add_button_to_query(button)
  @clicked_buttons << button
end