Module: RubyInternal
- Extended by:
- DL::Importer
- Defined in:
- lib/include/internals.rb
Constant Summary collapse
- T_MASK =
0x1f- T_MODULE =
0x03- FL_USHIFT =
12- FL_USER0 =
1 << (FL_USHIFT + 0)
- FL_SINGLETON =
FL_USER0- Basic =
[ "VALUE flags", "VALUE klass" ]
- RBasic =
struct(Basic)
- RObject =
struct(Basic + object_struct)