Sha256: 2fd505e00dd4fd53413edef1fed2876e48376684afbce115153bf989cf455790
Contents?: true
Size: 474 Bytes
Versions: 48
Compression:
Stored size: 474 Bytes
Contents
Short list of types that a receiver should handle: type expected method ------------------------------- <null> pushNull boolean pushBool int64 pushInt (overloaded on 64-bit int) double pushDouble const std::string& pushString ??? pushUndefined int32 pushInt (overloaded on 32-bit int) for lack of any better ideas have these functions return true on success and false on error -- should add more later.
Version data entries
48 entries across 48 versions & 1 rubygems