Class: Mahoro
- Inherits:
-
Object
- Object
- Mahoro
- Defined in:
- ext/mahoro-0.1/mahoro.c
Defined Under Namespace
Classes: Error
Class Method Summary collapse
Instance Method Summary collapse
- #buffer ⇒ Object
- #file ⇒ Object
- #flags= ⇒ Object
- #initialize ⇒ Object constructor
- #load ⇒ Object
- #valid? ⇒ Boolean
Constructor Details
#initialize ⇒ Object
31 32 33 |
# File 'ext/mahoro-0.1/mahoro.c', line 31 static VALUE mahoro_initialize(argc, argv, self) int argc; |
Class Method Details
.compile ⇒ Object
131 132 133 |
# File 'ext/mahoro-0.1/mahoro.c', line 131 static VALUE mahoro_compile(klass, path) VALUE klass, path; |
Instance Method Details
#buffer ⇒ Object
83 84 85 |
# File 'ext/mahoro-0.1/mahoro.c', line 83 static VALUE mahoro_buffer(self, input) VALUE self, input; |
#file ⇒ Object
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; |
#load ⇒ Object
146 147 148 |
# File 'ext/mahoro-0.1/mahoro.c', line 146 static VALUE mahoro_load(self, path) VALUE self, path; |
#valid? ⇒ Boolean
107 108 109 |
# File 'ext/mahoro-0.1/mahoro.c', line 107 static VALUE mahoro_check(argc, argv, self) int argc; |