Sha256: 653289e9bfd40adcc03c3cc01c95290a6e6fe864753f2aa7eeb28ffd479552fe
Contents?: true
Size: 386 Bytes
Versions: 38
Compression:
Stored size: 386 Bytes
Contents
#ifndef Rice__detail__check_ruby_type__hpp_ #define Rice__detail__check_ruby_type__hpp_ #include "ruby.hpp" namespace Rice { namespace detail { // Throws an exception if the given object is not of type klass. void check_ruby_type( VALUE value, VALUE klass, bool include_super); } // namespace detail } // namespace Rice #endif // Rice__detail__check_ruby_type__hpp_
Version data entries
38 entries across 38 versions & 6 rubygems