aeris22’s avataraeris22’s Twitter Archive—№ 69,372

  1. Wut ‽‽‽ Mais par quelle magie ? 🤔
    oh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @aeris22
      C’est bien la première fois que je ne comprend pas le comportement de Ruby là… On dirait du JS… 🤔
      1. …in reply to @aeris22
        Ah mais la vache !!! Ça a modifié la valeur par défaut en fait !!!!
        1. …in reply to @aeris22
          [30] pry(main)> f = Hash.new [] => {} [31] pry(main)> f[:foo] << :bar => [:bar] [32] pry(main)> f[:bar] => [:bar]