Method: SyntaxTree::BlockNode#opening

Defined in:
lib/syntax_tree/node.rb

#openingObject (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