# File lib/facets/more/binaryreader.rb, line 119 def read_int16_big # swap bytes if native=little (but we want big) ru_swap(2, 's', ByteOrder::Little) end