class SyntaxTree::BlockNode::BlockOpenFormatter

def initialize(text, node)

def initialize(text, node)
  @text = text
  @node = node
end