Method: AsciiMath::AST::BinaryOp#operator

Defined in:
lib/asciimath/ast.rb

#operatorObject



257
258
259
# File 'lib/asciimath/ast.rb', line 257

def operator
  child_nodes[0]
end