#!/usr/bin/ruby require 'rubygems' require 'diffrenderer' old_html= <Hello, we're Rattle

We're not your average digital agency. We don't do marketing, we don't do SEO, and we don't do flim flam. We just research and develop social web stuff that works.

Our expert knowledge allows us to develop the right social web applications for your business and your audience. Clients include the BBC, the Science Museum, Channel 4 and ghd. We've also produced Folksy, a website for designers and makers.

OLDHTML new_html= <Hello, we're Rattle

We're not your average digital agency. We don't do marketing, we don't do SEO, and we don't do flim flam. We just research and develop social web stuff that works.

Our expert knowledge allows us to develop the right social web applications for your business and your audience. Clients include the BBC, the Science Museum, Channel 4 and ghd. We've also produced Folksy, a website for designers and makers and we give away code too !

NEWHTML diffed = DiffRenderer.new(DiffRenderer.process_html(old_html), DiffRenderer.process_html(new_html)).to_html out = < DiffRenderer Example
#{diffed}
HTML puts out