I have an instance of Twitter::Tweet, which does not have a method retweet. ( http://www.rubydoc.info/gems/twitter/Twitter/Tweet )
However, Twitter::REST::Tweets does have a method I can use to retweet. ( http://www.rubydoc.info/gems/twitter/Twitter/REST/Tweets#retweet-instance_method )
I can't find an example over at: https://github.com/sferik/twitter
Any help appreciated. I've probably just left it too late at night to be figuring things out.
Cheers, Ian.