1. 12 Jun, 2017 1 commit
  2. 07 Jun, 2017 1 commit
  3. 05 Jun, 2017 1 commit
  4. 27 May, 2017 1 commit
  5. 23 May, 2017 2 commits
  6. 22 May, 2017 1 commit
  7. 21 May, 2017 3 commits
  8. 19 May, 2017 1 commit
  9. 25 Apr, 2017 1 commit
  10. 24 Apr, 2017 1 commit
  11. 28 Feb, 2017 2 commits
  12. 17 Feb, 2017 1 commit
  13. 10 Feb, 2017 1 commit
  14. 08 Feb, 2017 1 commit
    • Tomoyuki Sahara's avatar
      define IO#hash to override Enumerable#hash. fixes #73. · caab1c20
      Tomoyuki Sahara authored
      Current implementation of Enumerable#hash calls #each to collect
      hash values of enumerated objects (then calculates the hash value
      of the Enumerable object).  But IO#each is a method to read lines.
      It is not expected that IO#hash reads all lines from the IO object.
      Or even worse, program waits for the IO object to be readable if
      it is a socket or something cannot be read immediately.
      caab1c20
  15. 26 Dec, 2016 1 commit
  16. 24 Dec, 2016 1 commit
  17. 19 Dec, 2016 1 commit
  18. 17 Dec, 2016 2 commits
  19. 16 Dec, 2016 1 commit
  20. 15 Dec, 2016 1 commit
  21. 27 Nov, 2016 1 commit
  22. 26 Nov, 2016 1 commit
  23. 13 Oct, 2016 1 commit
  24. 30 Sep, 2016 2 commits
  25. 13 Sep, 2016 1 commit
  26. 11 Sep, 2016 2 commits
  27. 10 Aug, 2016 1 commit
  28. 09 Aug, 2016 1 commit
  29. 08 Aug, 2016 2 commits
  30. 07 Aug, 2016 2 commits
  31. 06 Aug, 2016 1 commit