BasicObject
# File lib/libv8/detect_cpu.rb, line 15 def rubinius? Object.const_defined?(:RUBY_ENGINE) && RUBY_ENGINE == "rbx" end
# File lib/libv8/detect_cpu.rb, line 19 def x64? if rubinius? x86_64_from_build_cpu || x86_64_from_arch_flag else x86_64_from_byte_length end end
# File lib/libv8/detect_cpu.rb, line 11 def x86_64_from_arch_flag RbConfig::MAKEFILE_CONFIG['ARCH_FLAG'] =~ /x86_64/ end
Generated with the Darkfish Rdoc Generator 2.