mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-12 12:37:21 +01:00
A first pass at importing my tweets. Includes the code I used to do it. I've made some manual edits (to add code fence blocks, and fix some annoying encoding issues), but this should be a decent start.
222 B
222 B
date | tags | ||
---|---|---|---|
2017-09-16T11:11:13Z |
|
def Hash.forever
new { |h, k| h[k] = forever }
end
Hash.forever.tap { |h| h[:no]['need'][2] = 'init' }
# => {:no=>{"need"=>{2=>"init"}}}