Method: Mechanize::History#clear

Defined in:
lib/mechanize/history.rb

#clearObject



51
52
53
54
# File 'lib/mechanize/history.rb', line 51

def clear
  @history_index.clear
  super
end