Skip to content

Instantly share code, notes, and snippets.

View leifg's full-sized avatar
🏄‍♂️

Leif Gensert leifg

🏄‍♂️
View GitHub Profile
This file has been truncated, but you can view the full file.
{
"SessionKey": "bdd83606fc9347da96ecda2b8105ad2e_rrsqbjcb_06a13f0a788e803fcc56e78802891a26",
"Query": {
"Country": "DE",
"Currency": "EUR",
"Locale": "de-de",
"Adults": 1,
"Children": 0,
"Infants": 0,
"OriginPlace": "5363",
@leifg
leifg / simple_delegator.rb
Created December 13, 2019 01:45
Weird behaviour with Simple Delegator
d = SimpleDelegator.new(nil)
d.nil?
# false
d == nil
# true