I hereby claim:
- I am marcreynolds on github.
- I am marcreynolds (https://keybase.io/marcreynolds) on keybase.
- I have a public key ASD1hyiOM0M6KqkjD5tqpTUiL44ukZjuZmey6b6X7iykNwo
To claim this, I am signing this object:
// ==UserScript== | |
// @name Google Push to Talk | |
// @namespace http://tampermonkey.net/ | |
// @version 0.5 | |
// @description Hold down the spacebar to unmute the mic in Google Meet; tapping the spacebar toggles mute. | |
// @author Marc Reynolds (github.com/marcreynolds) | |
// @match https://meet.google.com/* | |
// @updateUrl https://gist.github.com/marcreynolds/6c629eaf8bfe87986ebe90ebea7daf85/raw/google-meet-spacebar.user.js | |
// @grant none | |
// ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
require "benchmark/ips" | |
puts "when the key is in the hash" | |
Benchmark.ips do |x| | |
h = { foo: :bar } | |
x.report("dig with single parameter") do | |
h.dig(:foo) | |
end |