class SyntaxTree::ArrayLiteral::BreakableSpaceSeparator
It’s very common to use seplist with ->(q) { q.breakable_space }. We wrap that pattern into an object to cut down on having to create a bunch of lambdas all over the place.
It’s very common to use seplist with ->(q) { q.breakable_space }. We wrap that pattern into an object to cut down on having to create a bunch of lambdas all over the place.