class FFI::Pointer

def self.size

Return the size of a pointer on the current platform, in bytes
def self.size
  SIZE
end