class SyntaxTree::BlockVar::Separator

Within the pipes of the block declaration, we don’t want any spaces. So we’ll separate the parameters with a comma and space but no breakables.

Public Instance Methods

call(q) click to toggle source
# File lib/syntax_tree/node.rb, line 2187
def call(q)
  q.text(", ")
end