Skip to content

Instantly share code, notes, and snippets.

@teleological
Created April 29, 2011 13:37
Show Gist options
  • Save teleological/948302 to your computer and use it in GitHub Desktop.
Save teleological/948302 to your computer and use it in GitHub Desktop.
FFI internals 4
module RubyInternals
def define_iseq_singleton_method(mod,sel,iseq)
mod.module_eval do
RubyCore.send("core#define_singleton_method",mod,sel,iseq)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment