view 1-Ruby/day2-ruby.output @ 103:98be775c533c default tip

An odd "non-determinism" example from StackOverflow It is clever, but doesn't make much sense as to how it gets its results
author IBBoard <dev@ibboard.co.uk>
date Sun, 14 Jul 2019 13:44:13 +0100
parents ddcd809319ac
children
line wrap: on
line source

day2.txt
  File contents go here
day2.txt
  File contents go here
  Extra content here
day2.txt
  Non-block file content
{"a"=>"one", "b"=>"two", "c"=>"three"}
[["a", "one"], ["b", "two"], ["c", "three"]]
["a", "b", "c"]
["one", "two", "three"]
["one", "two", "three"]
{0=>"one", 1=>"two", 2=>"three"}