Skip to content

Instantly share code, notes, and snippets.

@kronos
Created February 24, 2011 04:14
Show Gist options
  • Save kronos/841741 to your computer and use it in GitHub Desktop.
Save kronos/841741 to your computer and use it in GitHub Desktop.
std::cout << str->c_str() << "." << std::endl;
std::cout << printf("%s\n", RSTRING_PTR(rb_funcall(string, rb_intern("to_s"), 0))) << "." << std::endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment