Module | RbConfig |
In: |
lib/more/facets/rbconfig.rb
|
An extended rendition of the Ruby‘s standard RbConfig module.
Determine byte order of underlying machine. Examines the byte order of the underlying machine. Returns :big if Big Endian and :little if Little Endian.