1. 03 May, 2021 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      symbol.c: remove `Symbol#id2sym`. · ce054bd0
      Yukihiro "Matz" Matsumoto authored
      In the ancient Ruby, symbols are represented by integers. In that era,
      to get string representation from integers, we used `Integer#id2sym`
      method. Later, `Symbol` was introduced, and `id2sym` was used for
      compatibility. Today, no one uses `id2sym` any longer. It is described
      in ISO 30170:2012 standard but I consider it as a mistake.
      ce054bd0
  2. 02 May, 2021 4 commits
  3. 30 Apr, 2021 1 commit
  4. 29 Apr, 2021 2 commits
  5. 28 Apr, 2021 5 commits
  6. 27 Apr, 2021 1 commit
  7. 26 Apr, 2021 4 commits
  8. 25 Apr, 2021 4 commits
  9. 24 Apr, 2021 8 commits
  10. 23 Apr, 2021 2 commits
  11. 22 Apr, 2021 2 commits
  12. 21 Apr, 2021 3 commits
  13. 20 Apr, 2021 3 commits