class SyntaxTree::BlockNode::BlockOpenFormatter
Formats the opening brace or keyword of a block.
def comments
def comments node.comments end
def format(q)
def format(q) q.text(text) end
def initialize(text, node)
def initialize(text, node) @text = text @node = node end