WWW:Mechanize history

Hi!

Anyone know if there is a way to tell mechanize not to save a history?

Or maybe how to nil-ify?

I am saving a mechanize agent using yaml and I don’t need all that
extra history.

Ok, that was easy.

I can just set @history = [] before I save it.

I was looking for a history= method or something.