Sha256: 9be203f5707e18b941a9d5181a2afdf406ba02e5043ba9945243df766413a8b5
Contents?: true
Size: 483 Bytes
Versions: 137
Compression:
Stored size: 483 Bytes
Contents
typeof_evaluation: { options = { evaluate: true }; input: { a = typeof 1; b = typeof 'test'; c = typeof []; d = typeof {}; e = typeof /./; f = typeof false; g = typeof function(){}; h = typeof undefined; } expect: { a='number'; b='string'; c=typeof[]; d=typeof{}; e=typeof/./; f='boolean'; g='function'; h='undefined'; } }
Version data entries
137 entries across 135 versions & 6 rubygems