Method: SyntaxTree::BlockFormatter::BlockOpenFormatter#initialize
- Defined in:
- lib/syntax_tree/node.rb
#initialize(text, node) ⇒ BlockOpenFormatter
Returns a new instance of BlockOpenFormatter.
1878 1879 1880 1881 |
# File 'lib/syntax_tree/node.rb', line 1878 def initialize(text, node) @text = text @node = node end |