I hereby claim:
- I am boydm on github.
- I am boydm (https://keybase.io/boydm) on keybase.
- I have a public key ASD-HNukTZ6ubsJ-l4LsB5-Vi6yMfWJzIwc5haogSMMnZgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
defmodule Boydm.Utilities.Map do | |
#============================================================================ | |
# similar to List.meyers_difference, the below code compares two maps | |
# and generates a list of actions that can be applied to the first map | |
# to transform it into the second map. | |
#-------------------------------------------------------- | |
def difference(map_1, map_2) when is_map(map_1) and is_map(map_2) do | |
# remove any keys from map_1 that are simply not present (at all) in map_2 |
Verifying that +boydm is my openname (Bitcoin username). https://onename.io/boydm |
Installs ruby-2.0.0-p247 on ubuntu via checkinstall so it's in your package manager and you can remove it.
Quick install:
curl -L https://gist.github.com/boydm/6202701/raw/940002a24c48955e1b011e2600f00a8570afe219/ruby-2-install-ubuntu.sh | bash -s