Sha256: 76cc6b518a393d05c1e8e4cea223790baed0b3f3f242183c3bb43f9bd0294064
Contents?: true
Size: 277 Bytes
Versions: 22
Compression:
Stored size: 277 Bytes
Contents
module Windows module Limits MINCHAR = 0x80 MAXCHAR = 0x7f MINSHORT = 0x8000 MAXSHORT = 0x7fff MINLONG = 0x80000000 MAXLONG = 0x7fffffff MAXBYTE = 0xff MAXWORD = 0xffff MAXDWORD = 0xffffffff end end
Version data entries
22 entries across 22 versions & 2 rubygems