How to install ruby-ssl2

1. ruby extconf.rb --with-ffc-lib=(where is ffc librarys) --with-ssl2-lib=(where is ssl2 library)
2. make
3. su
4. make install


How to use ruby-ssl2
add to your ruby scriput ''require "numru/ssl2"''.
