Make traverse/each_expression to return an Enumerator if they're called without a block by pocke · Pull Request #62 · ammar/regexp_parser

Problem Currently, Subexpression#traverse and Subexpression#each_expression require a block. So It is difficult to combine other Enumerator methods, such as map, select and so on. require 'rege...