Skip to content

Instantly share code, notes, and snippets.

@ptzn
Created December 29, 2009 15:35
Show Gist options
  • Save ptzn/265371 to your computer and use it in GitHub Desktop.
Save ptzn/265371 to your computer and use it in GitHub Desktop.
rb_intern fail
VALUE object_klass = rb_const_get(rb_cObject, rb_intern("Foo::Bar"));
rb_funcall(object_klass, rb_intern("baz"), 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment