class Object

Constants

BYTE
DWORD
HAVE_RAND
HAVE_RANDOM
HAVE_SRAND
HAVE_SRANDOM
Markdown
VERSION
WORD

Public Instance Methods

sized_int(size, types) click to toggle source
# File ext/extconf.rb, line 10
def sized_int(size, types)
  types.find { |type| check_sizeof(type) == size } ||
    abort("no int with size #{size}")
end