Groonga 3.0.9 Source Code Document
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
groonga
vendor
mruby-eeac4be
src
enum.c
Go to the documentation of this file.
1
/*
2
** enum.c - Enumerable module
3
**
4
** See Copyright Notice in mruby.h
5
*/
6
7
#include "
mruby.h
"
8
9
void
10
mrb_init_enumerable
(
mrb_state
*mrb)
11
{
12
mrb_define_module
(mrb,
"Enumerable"
);
13
}
14
Generated on Sun Nov 10 2013 09:49:05 for Groonga 3.0.9 Source Code Document by
1.8.1.2