Sha256: a3bc390764eeb172bce1aabfbd8ec7c2f7fbc9bdcdb2dbcee421fe45428a02b2
Contents?: true
Size: 238 Bytes
Versions: 27
Compression:
Stored size: 238 Bytes
Contents
mitch = age: 21 height: 180cm pets: [\dog, \goldfish] phile = {} phile{height, pets} = mitch phile.height #=> 180 phile.pets #=> ['dog', 'goldfish'] a = [2 7 1 8] ..push 3 ..shift! ..sort! a #=> [1,3,7,8]
Version data entries
27 entries across 27 versions & 2 rubygems