#include <ruby.h>
#include "ruby_conversions.ipp"
Include dependency graph for ruby_conversions.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Exc_Ruby |
Defines | |
#define | LONG2FIX(i) INT2FIX(i) |
Backward-compatibility for Ruby 1.6.x. | |
#define | LONG2NUM(v) INT2NUM(v) |
Backward-compatibility for Ruby 1.6.x. | |
#define | ULONG2NUM(v) UINT2NUM(v) |
Backward-compatibility for Ruby 1.6.x. |