Skip to content

Instantly share code, notes, and snippets.

@ptzn
Created March 25, 2010 16:22
Show Gist options
  • Save ptzn/343752 to your computer and use it in GitHub Desktop.
Save ptzn/343752 to your computer and use it in GitHub Desktop.
#ifdef RUBY_18 #1
#ifdef RUBY_18
# include "rubyio.h"
# include "intern.h"
#else
# include "ruby/io.h"
# include "ruby/intern.h"
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment