Sha256: c89229d0615ac44eb44ea5ca8e88240e141a61cfb65adf41e8672ffe4e8f9f9a
Contents?: true
Size: 298 Bytes
Versions: 30
Compression:
Stored size: 298 Bytes
Contents
# PR#234, insertion order a1 = {'status' :1, 'background' :2, 'borderwidth' :3, 'foreground' :4, } a2 = {'status' :1, 'background' :2, 'foreground' :4, 'borderwidth' :3, } if a1 <> a2: print 'dictionaries did not compare equal!'
Version data entries
30 entries across 30 versions & 1 rubygems