Sha256: 912f070c6291d33912a51e7d3d9bcb38f229e62abd2ce2368b38741862bca626
Contents?: true
Size: 253 Bytes
Versions: 4
Compression:
Stored size: 253 Bytes
Contents
#ifndef __CUSTOM_TO_RUBY_H__ #define __CUSTOM_TO_RUBY_H__ #include <rice/Object.hpp> #include <rice/to_from_ruby.hpp> template<> Rice::Object to_ruby<short int>(short int const & a); template<> short int from_ruby<short int>(Rice::Object x); #endif
Version data entries
4 entries across 4 versions & 1 rubygems