Method: SyntaxTree::DSL#LBrace

Defined in:
lib/syntax_tree/dsl.rb

#LBrace(value) ⇒ Object

Create a new LBrace node.



560
561
562
# File 'lib/syntax_tree/dsl.rb', line 560

def LBrace(value)
  LBrace.new(value: value, location: Location.default)
end