Class: RSpock::AST::BinaryStatementNode

Inherits:
ASTTransform::Node
  • Object
show all
Defined in:
lib/rspock/ast/node.rb

Instance Method Summary collapse

Instance Method Details

#lhsObject



98
# File 'lib/rspock/ast/node.rb', line 98

def lhs      = children[0]

#operatorObject



99
# File 'lib/rspock/ast/node.rb', line 99

def operator = children[1]

#rhsObject



100
# File 'lib/rspock/ast/node.rb', line 100

def rhs      = children[2]