Method: BinaryNode#left

Defined in:
lib/ast.rb

#leftObject (readonly)

Returns the value of attribute left.



4
5
6
# File 'lib/ast.rb', line 4

def left
  @left
end