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