Code Coverage Tools in Ruby?

Can anyone help me find a code coverage tool in ruby?

What I want is: given a set of tests that I run, what lines of my code
and what routines are covered. And also a list of uncovered routines
and tests.

I couldn’t find an open source one out there…

Thanks,

Brian