Home | History | Annotate | Download | only in hdf

Lines Matching full:self

30 static VALUE c_init (VALUE self) {
31 return self;
54 static VALUE c_parse_file (VALUE self, VALUE oPath) {
59 Data_Get_Struct(self, CSPARSE, cs);
65 return self;
68 static VALUE c_parse_str (VALUE self, VALUE oString)
75 Data_Get_Struct(self, CSPARSE, cs);
86 return self;
96 static VALUE c_render (VALUE self)
103 Data_Get_Struct(self, CSPARSE, cs);