# File lib/cfpropertylist/rbBinaryCFPropertyList.rb, line 489
    def real_to_binary(val)
      Binary.type_bytes(0b0010,3) << [val].pack("E").reverse
    end