Method: SyntaxTree::ENDBlock#lbrace

Defined in:
lib/syntax_tree/node.rb

#lbraceObject (readonly)

LBrace

the left brace that is seen after the keyword



312
313
314
# File 'lib/syntax_tree/node.rb', line 312

def lbrace
  @lbrace
end