Sha256: 0874d474091f319542ed42d6e8eb06305c39fa0b90aaf52d06fa4306b3696450
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
#ifndef THATS_IT_H #define THATS_IT_H 1 #include "setjmp.h" #include "ruby.h" #include "ruby/ruby.h" #include "ruby/version.h" #endif /* THATS_IT_H */ #if RUBY_API_VERSION_CODE >= 20600 #include "thats_it_20600.h" #elif RUBY_API_VERSION_CODE >= 20500 #include "thats_it_20500.h" #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thats_it-0.2.0 | ext/thats_it/thats_it.h |
thats_it-0.1.0 | ext/thats_it/thats_it.h |