class SyntaxTree::BlockNode::BlockOpenFormatter
Formats the opening brace or keyword of a block.
Attributes
- String
-
the actual output that should be printed
Public Class Methods
Source
# File lib/syntax_tree/node.rb, line 4336 def initialize(text, node) @text = text @node = node end