Method: SyntaxTree::Binary#left

Defined in:
lib/syntax_tree/node.rb

#leftObject (readonly)

Node

the left-hand side of the expression



2045
2046
2047
# File 'lib/syntax_tree/node.rb', line 2045

def left
  @left
end