Hi guys and girls,
I have started a new project for accessing an ABAP system with RFC using Ruby. It consists of a Ruby library that is a wrapper around the libnwrfc.so library using Ruby-FFI (so basically no compilation is needed, as it calls the C functions directly).
It's still early days, and there's not much to show for the effort, but you can do some basic function-calling with it.
You can find it here: https://github.com/mydoghasworms/nwrfc
Feedback and contributions are welcome.
Regards,
Martin