Method: BinaryNode#right

Defined in:
lib/ast.rb

#rightObject (readonly)

Returns the value of attribute right.



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

def right
  @right
end