Sha256: 8a90f65867eed305bfaec5bcc6624825c7296ae6aa93b7e1f75cbe11dd3a235b

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

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


#include <ruby.h>
#include <ruby/intern.h>


namespace Rucy
{


	typedef VALUE RubyValue;
	typedef int   RubyValueType;
	typedef ID    RubySymbol;


}// Rucy


#endif//EOH

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rucy-0.1.7 include/rucy/ruby.h