General

Profile

martinjos (Martin Sidaway)

  • Login: martinjos
  • Email: msidaway@gmail.com
  • Registered on: 09/20/2013
  • Last sign in: 09/20/2013

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

09/20/2013

07:28 AM Ruby master Feature #8929: CSV.foreach(filename) without block returns failing Enumerator
I can see that it is tricky, because a normal enumerator created by calling CSV#each shouldn't necessarily close the ... martinjos (Martin Sidaway)
07:04 AM Ruby master Feature #8929: CSV.foreach(filename) without block returns failing Enumerator
<snip>
(I thought it had failed to send this message...)
martinjos (Martin Sidaway)
06:24 AM Ruby master Feature #8929 (Closed): CSV.foreach(filename) without block returns failing Enumerator
CSV.foreach(filename) {|entry| p entry } => works
CSV.foreach(filename).to_a => fails
It gives th...
martinjos (Martin Sidaway)

Also available in: Atom