Method: Bmg::Operator::Constants#to_ast

Defined in:
lib/bmg/operator/constants.rb

#to_astObject



54
55
56
# File 'lib/bmg/operator/constants.rb', line 54

def to_ast
  [ :constants, operand.to_ast, the_constants.dup ]
end