# File lib/facets/more/binaryreader.rb, line 151 def read_int32_big # swap bytes if native=little (but we want big) ru_swap(4, 'l', ByteOrder::Little) end