native-gem
About
native-gem is an example gem with a native extension. It uses bundler and rake-compiler. It provides a NativeGem
module with a hello_world
method defined in C.
Install
$ gem install native-gem
Useage
require 'native-gem'
NativeGem.hello_world
# => "hello, world!"
License
native-gem is in the public domain.