Is there a ruby equivalent of ColdFusions cfdump tag.
which can dump any object as a html formatted output.
I want to use this to be able to dump any object into an email html body.
I know there is Pretty Print and other gems out there that output colour coded well formatted strings to the console, but I want to be able to generate a html string, dumping out the entire data type I need.