Class: Mahoro

Inherits:
Object
  • Object
show all
Defined in:
ext/mahoro-0.1/mahoro.c

Defined Under Namespace

Classes: Error

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeObject



31
32
33
# File 'ext/mahoro-0.1/mahoro.c', line 31

static VALUE
mahoro_initialize(argc, argv, self)
int argc;

Class Method Details

.compileObject



131
132
133
# File 'ext/mahoro-0.1/mahoro.c', line 131

static VALUE
mahoro_compile(klass, path)
VALUE klass, path;

Instance Method Details

#bufferObject



83
84
85
# File 'ext/mahoro-0.1/mahoro.c', line 83

static VALUE
mahoro_buffer(self, input)
VALUE self, input;

#fileObject



69
70
71
# File 'ext/mahoro-0.1/mahoro.c', line 69

static VALUE
mahoro_file(self, path)
VALUE self, path;

#flags=Object



98
99
100
# File 'ext/mahoro-0.1/mahoro.c', line 98

static VALUE
mahoro_set_flags(self, flags)
VALUE self, flags;

#loadObject



146
147
148
# File 'ext/mahoro-0.1/mahoro.c', line 146

static VALUE
mahoro_load(self, path)
VALUE self, path;

#valid?Boolean

Returns:

  • (Boolean)


107
108
109
# File 'ext/mahoro-0.1/mahoro.c', line 107

static VALUE
mahoro_check(argc, argv, self)
int argc;