Class: Object
- Inherits:
- BasicObject
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#assert_Qundef ⇒ Object
:nodoc:.
-
#rawVALUE ⇒ Object
:nodoc:.
-
#validate_object ⇒ Object
:nodoc:.
Instance Method Details
#assert_Qundef ⇒ Object
:nodoc:
14370 14371 14372 |
# File 'ext/langscan/ruby/compat/ripper/ripper.c', line 14370 static VALUE ripper_assert_Qundef(self, obj, msg) VALUE self, obj, msg; |
#rawVALUE ⇒ Object
:nodoc:
14382 14383 14384 |
# File 'ext/langscan/ruby/compat/ripper/ripper.c', line 14382 static VALUE ripper_value(self, obj) VALUE self, obj; |
#validate_object ⇒ Object
:nodoc:
13878 13879 13880 |
# File 'ext/langscan/ruby/compat/ripper/ripper.c', line 13878 static VALUE ripper_validate_object(self, x) VALUE self, x; |