class RubyVM::RJIT::CPointer::Bool
-Fiddle::TYPE_CHAR Immediate
,具有 true/false 的特殊处理
公共类方法
[]=(addr, value) 单击切换源
调用超类方法
# File ruby_vm/rjit/c_pointer.rb, line 236 def self.[]=(addr, value) super(addr, value ? 1 : 0) end
公共实例方法
*() 单击切换源
调用超类方法
# File ruby_vm/rjit/c_pointer.rb, line 231 def * return nil if @addr == 0 super != 0 end