Method: SyntaxTree::BlockNode#opening
- Defined in:
- lib/syntax_tree/node.rb
#opening ⇒ Object (readonly)
- LBrace | Kw
-
the left brace or the do keyword that opens this block
4333 4334 4335 |
# File 'lib/syntax_tree/node.rb', line 4333 def opening @opening end |