class SyntaxTree::BlockVar::Separator
we’ll separate the parameters with a comma and space but no breakables.
Within the pipes of the block declaration, we don’t want any spaces. So
def call(q)
def call(q) q.text(", ") end
we’ll separate the parameters with a comma and space but no breakables.
Within the pipes of the block declaration, we don’t want any spaces. So
def call(q) q.text(", ") end