Sha256: e824a6131a3b68538b2988ad72fe9ab98a261caa9576ebc469fa57c3870aca51
Contents?: true
Size: 350 Bytes
Versions: 35
Compression:
Stored size: 350 Bytes
Contents
#ifndef Rice__detail__method_data__hpp #define Rice__detail__method_data__hpp #include "ruby.hpp" namespace Rice { namespace detail { VALUE define_method_with_data( VALUE klass, ID id, VALUE (*cfunc)(ANYARGS), int arity, VALUE data); VALUE method_data(); } // namespace detail } // namespace Rice #endif // Rice__detail__method_data__hpp
Version data entries
35 entries across 35 versions & 6 rubygems