Make each without block return an Enumerator by pocke · Pull Request #17 · kymmt90/hatenablog

I got a LocalJumpError with no-block Entries#each. client.entries.each # => LocalJumpError But sometimes we want to call each without a block. I guess the most popular case is each.with_index. S...