Search
Look at the code given below:
In the case provided here, both b and c are trying to be greedy.
It's not possible to have two greedy variables, so Ruby fails with an error.