Hacker News new | ask | show | jobs
by ezekg 531 days ago
IIRC, the decision was that it in a block is only ever called without arguments, e.g. map { it * 2 }, and it in Rspec is only ever called with arguments, e.g. it "describes a test" do ... end. So it ended up being a non-issue.
1 comments

I can totally see some add on gem for rspec breaking that assumption.