The Ruby API was written by Lunenburg and is maintained as a Ruby Gem. The source code can be found on Github and freely cloned from there.
To install the gem, do
sudo gem sources -a http://gems.github.com sudo gem install minter-raccdoc
Then, within your code, do
require 'rubygems' require 'raccdoc'
A sample application using the Ruby API is RaccFeeds, the software that provides the ISCABBS RSS Feeds.