DTLS in Ruby using OpenSSL

I am trying to create a DTLS socket in Ruby using OpenSSL. I have
thoroughly search the net, but it seems OpenSSL for Ruby does not
support DTLS yet.

Have any of you succeeded in doing this, or do I need to write a C/C++
extension for Ruby my self (I hope not)?

BR Carsten