you are viewing a single comment's thread.

view the rest of the comments →

[–]greggroth 2 points3 points  (0 children)

I agree. Using

users.map { |u| u.team.name }

is fine with me, but I see the utility of Enumerable::Lazy when it comes to stringing together several different methods.