Ruby openssl rsa pkcs1_oaep_padding?

I got rsa_pub.public_encrypt() and rsa_priv.private_decrypt() working just fine.

But I'm wondering if I can use PKCS1_OAEP_PADDING option to encrypt using rsa public key from ruby.

I've been unable to find a solution and was wondering if any of you succeeded in doing this.

Thanks.