Skip to content

Instantly share code, notes, and snippets.

@teleological
Created April 29, 2011 13:23
Show Gist options
  • Save teleological/948282 to your computer and use it in GitHub Desktop.
Save teleological/948282 to your computer and use it in GitHub Desktop.
FFI internals 1
require 'ffi'
module RubyInternals
extend FFI::Library
ffi_lib(FFI::CURRENT_PROCESS)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment