Method: SyntaxTree::BEGINBlock#lbrace
- Defined in:
- lib/syntax_tree/node.rb
#lbrace ⇒ Object (readonly)
- LBrace
-
the left brace that is seen after the keyword
177 178 179 |
# File 'lib/syntax_tree/node.rb', line 177 def lbrace @lbrace end |