Sha256: c9c7e5c17a12f48b8ce62ff64e4e1363b6e48f446330f63456bb4f661e3b7e41

Contents?: true

Size: 227 Bytes

Versions: 4

Compression:

Stored size: 227 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __RUCY_RUBY_H__
#define __RUCY_RUBY_H__


#include <ruby.h>


namespace Rucy
{


	typedef VALUE RubyValue;

	typedef int   RubyValueType;

	typedef ID    RubySymbol;


}// Rucy


#endif//EOH

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rucy-0.1.22 include/rucy/ruby.h
rucy-0.1.21 include/rucy/ruby.h
rucy-0.1.20 include/rucy/ruby.h
rucy-0.1.18 include/rucy/ruby.h