support nested method calls like each('order.line_items', A, B, C)
#28
Labels
good first issue
Good for newcomers
each('order.line_items', A, B, C)
#28
This is a common enough use case and the alternative is a little ugly:
VS
Gut feeling suggests we can allow arbitrary length method chaining, but we should raise when the returned value is not Enumerable
The text was updated successfully, but these errors were encountered: